summaryrefslogtreecommitdiff
path: root/src/drivers/X11/Fl_X11_System_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-03-31 09:51:10 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-03-31 09:51:10 +0200
commitba03dde15c399fe0c233c3885c9c2f75fac10a9e (patch)
tree98eccd3f452282e833fab212ce2e26a12dc885e7 /src/drivers/X11/Fl_X11_System_Driver.H
parentef414097598e2afbfaf69eed46477da80400c1a0 (diff)
Move probe_for_GTK() to class Fl_Posix_System_Driver from Fl_X11_System_Driver.
Similarly move dlopen_or_dlsym(). This move is because GTK is not X11-specific.
Diffstat (limited to 'src/drivers/X11/Fl_X11_System_Driver.H')
-rw-r--r--src/drivers/X11/Fl_X11_System_Driver.H4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/X11/Fl_X11_System_Driver.H b/src/drivers/X11/Fl_X11_System_Driver.H
index b4ade96a3..1ef17bb8b 100644
--- a/src/drivers/X11/Fl_X11_System_Driver.H
+++ b/src/drivers/X11/Fl_X11_System_Driver.H
@@ -64,10 +64,6 @@ public:
virtual void add_fd(int fd, Fl_FD_Handler cb, void* = 0);
virtual void remove_fd(int, int when);
virtual void remove_fd(int);
-#if HAVE_DLSYM && HAVE_DLFCN_H
- static bool probe_for_GTK(int major, int minor, void **ptr_gtk);
-#endif
- static void *dlopen_or_dlsym(const char *lib_name, const char *func_name = NULL);
};
#endif /* FL_X11_SYSTEM_DRIVER_H */