summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-05-03 14:17:10 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-05-03 14:17:10 +0200
commit89a2b1a7a839206206539f4349e428d8ff2e10fa (patch)
tree5356c8ac17b32bdcf1d090e65f391eedbc02cdda /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
parenta94fed77e4c6f6b4528eb79ef01edf370de62d13 (diff)
Fl_Wayland_Screen_Driver::get_system_scheme() is not needed
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Screen_Driver.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
index c20477dba..0be756852 100644
--- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
+++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
@@ -142,7 +142,6 @@ public:
void grab(Fl_Window* win) FL_OVERRIDE;
// --- global colors
void get_system_colors() FL_OVERRIDE;
- const char *get_system_scheme() FL_OVERRIDE;
// this one is in fl_wayland_clipboard_dnd.cxx
int dnd(int unused) FL_OVERRIDE;
int compose(int &del) FL_OVERRIDE;