Remove unescessary unimplemented (#32264)

Release Notes:

- N/A
This commit is contained in:
Mikayla Maki 2025-06-06 11:25:21 -07:00 committed by GitHub
parent 0fc85a020a
commit 69e99b9f2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 3 deletions

View file

@ -1147,7 +1147,6 @@ impl PlatformWindow for MacWindow {
}
fn on_hit_test_window_control(&self, _callback: Box<dyn FnMut() -> Option<WindowControlArea>>) {
unimplemented!()
}
fn on_appearance_changed(&self, callback: Box<dyn FnMut()>) {