diff options
Diffstat (limited to 'src/Fl_Window_fullscreen.cxx')
| -rw-r--r-- | src/Fl_Window_fullscreen.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Fl_Window_fullscreen.cxx b/src/Fl_Window_fullscreen.cxx index fa1d267dc..aa4b5f92c 100644 --- a/src/Fl_Window_fullscreen.cxx +++ b/src/Fl_Window_fullscreen.cxx @@ -31,19 +31,6 @@ #include <config.h> -#if FLTK_ABI_VERSION < 10301 -int Fl_Window::no_fullscreen_x = 0; -int Fl_Window::no_fullscreen_y = 0; -int Fl_Window::no_fullscreen_w = 0; -int Fl_Window::no_fullscreen_h = 0; -#endif - -#if FLTK_ABI_VERSION < 10303 -int Fl_Window::fullscreen_screen_top = -1; -int Fl_Window::fullscreen_screen_bottom = -1; -int Fl_Window::fullscreen_screen_left = -1; -int Fl_Window::fullscreen_screen_right = -1; -#endif void Fl_Window::border(int b) { if (b) { |
