diff --git a/src/Fl_arg.cxx b/src/Fl_arg.cxx index 6701233..a3d2722 100644 --- a/src/Fl_arg.cxx +++ b/src/Fl_arg.cxx @@ -362,11 +362,6 @@ void Fl_Window::show(int argc, char **argv) { if (title) {label(title); title = 0;} else if (!label()) label(xclass()); - if (!beenhere) { - beenhere = 1; - Fl::scheme(Fl::scheme()); // opens display! May call Fl::fatal() - } - // Show the window AFTER we have set the colors and scheme. show();