summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-09-01 11:55:41 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-09-01 11:55:41 +0200
commitb75d7526fde03a9a831fd21afa38efeaa5d55a24 (patch)
treea944512f05dacf3cccb07ab38c48d2fb085e2b38 /src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
parentb4686f0e5bc4cd871eab50e5e474a8c55ad61845 (diff)
Simplify Fl_Window_Driver::screen_num() member functions.
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
index 96985c10b..4f3c3cd04 100644
--- a/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
+++ b/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
@@ -1123,14 +1123,6 @@ void Fl_Wayland_Window_Driver::resize_after_screen_change(void *data) {
}
-int Fl_Wayland_Window_Driver::screen_num() {
- if (pWindow->parent()) {
- screen_num_ = Fl_Window_Driver::driver(pWindow->top_window())->screen_num();
- }
- return screen_num_ >= 0 ? screen_num_ : 0;
-}
-
-
int Fl_Wayland_Window_Driver::set_cursor(Fl_Cursor c) {
Fl_Wayland_Screen_Driver *scr_driver = (Fl_Wayland_Screen_Driver*)Fl::screen_driver();