From f9fa74e3af0b53102ade659a7a2aa12ddf9ee9a3 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 28 Apr 2015 22:02:48 +0000 Subject: Restored the possibility to call Fl::set_font() in a global initializer (before main() starts). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10726 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_x.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Fl_x.cxx') diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index c84be4c15..9dee09514 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -72,9 +72,6 @@ static bool have_xfixes = false; # if HAVE_XRENDER # include # endif -static Fl_Xlib_Graphics_Driver fl_xlib_driver; -static Fl_Display_Device fl_xlib_display(&fl_xlib_driver); -Fl_Display_Device *Fl_Display_Device::_display = &fl_xlib_display;// the platform display //////////////////////////////////////////////////////////////// // interface to poll/select call: -- cgit v1.2.3