Fl_Wayland_Screen_Driver::get_system_scheme() is not needed

This commit is contained in:
ManoloFLTK 2023-05-03 14:17:10 +02:00
parent a94fed77e4
commit 89a2b1a7a8
2 changed files with 0 additions and 7 deletions

View File

@ -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;

View File

@ -1470,12 +1470,6 @@ void Fl_Wayland_Screen_Driver::get_system_colors()
}
const char *Fl_Wayland_Screen_Driver::get_system_scheme()
{
return getenv("FLTK_SCHEME");
}
Fl_RGB_Image *Fl_Wayland_Screen_Driver::read_win_rectangle(int X, int Y, int w, int h, Fl_Window *win,
bool ignore, bool *p_ignore) {
struct wld_window* xid = win ? fl_wl_xid(win) : NULL;