diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl.H | 2 | ||||
| -rw-r--r-- | FL/Fl_Screen_Driver.H | 3 |
2 files changed, 0 insertions, 5 deletions
@@ -414,8 +414,6 @@ public: static int check(); static int ready(); static int run(); - static int run_also_windowless(); - static int wait_also_windowless(double delay = 1e20); /** Returns non-zero when a request for program termination was received and accepted. On the MacOS platform, the "Quit xxx" item of the application menu is such a request, that is considered accepted when all windows are closed. On other platforms, this function diff --git a/FL/Fl_Screen_Driver.H b/FL/Fl_Screen_Driver.H index 564b77754..de40ce47b 100644 --- a/FL/Fl_Screen_Driver.H +++ b/FL/Fl_Screen_Driver.H @@ -178,9 +178,6 @@ public: /* Number of pixels per drawing unit for the display. The default implementation may be enough. */ virtual float retina_factor() { return 1; } - // The default implementation of the next 2 functions may be enough. - virtual int run_also_windowless(); - virtual int wait_also_windowless(double delay); }; |
