From 16c873a2cda90487c297ff0364bed8eddc7890af Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Mon, 23 Apr 2012 19:01:40 -0700 Subject: [PATCH] Never call obsolete Fl::scheme(). --- src/Fl_arg.cxx | 5 ----- 1 file changed, 5 deletions(-) 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();