diff options
Diffstat (limited to 'FL/Fl_System_Driver.H')
| -rw-r--r-- | FL/Fl_System_Driver.H | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/FL/Fl_System_Driver.H b/FL/Fl_System_Driver.H index a543906fd..ce4ba5129 100644 --- a/FL/Fl_System_Driver.H +++ b/FL/Fl_System_Driver.H @@ -225,9 +225,6 @@ public: virtual const char *meta_name() { return "Meta"; } virtual const char *alt_name() { return "Alt"; } virtual const char *control_name() { return "Ctrl"; } - // The default implementation of the next 2 functions may be enough. - virtual int run_also_windowless(); - virtual int wait_also_windowless(double delay); }; #endif // FL_SYSTEM_DRIVER_H |
