diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/fullscreen.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/fullscreen.cxx b/test/fullscreen.cxx index 0b2ce0e80..121b0ace4 100644 --- a/test/fullscreen.cxx +++ b/test/fullscreen.cxx @@ -163,11 +163,6 @@ void border_cb(Fl_Widget *o, void *p) { Fl_Window *w = (Fl_Window *)p; int d = ((Fl_Button *)o)->value(); w->border(d); -#if defined(WIN32) || defined(__APPLE__) - int wx = w->x(), wy = w->y(); - w->hide(); w->show(); - w->position(wx, wy); -#endif } Fl_Button *border_button; |
