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
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

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()>) {