From 1f9c80854cfe10e135958d1521005dca1ec41069 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 16 Feb 2021 12:08:56 +0100 Subject: Remove FL_CFG_WIN_X11 preprocessor variable from Fl_Native_File_Chooser_GTK.cxx --- src/Fl_Native_File_Chooser_GTK.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/Fl_Native_File_Chooser_GTK.cxx') diff --git a/src/Fl_Native_File_Chooser_GTK.cxx b/src/Fl_Native_File_Chooser_GTK.cxx index 65edaa498..30b2fde6e 100644 --- a/src/Fl_Native_File_Chooser_GTK.cxx +++ b/src/Fl_Native_File_Chooser_GTK.cxx @@ -15,9 +15,7 @@ // https://www.fltk.org/bugs.php // -#include "config_lib.h" - -#ifdef FL_CFG_WIN_X11 +#include #include #if HAVE_DLSYM && HAVE_DLFCN_H @@ -962,5 +960,3 @@ Fl_Native_File_Chooser::Fl_Native_File_Chooser(int val) { #endif // HAVE_DLSYM && HAVE_DLFCN_H platform_fnfc = new Fl_Native_File_Chooser_FLTK_Driver(val); } - -#endif // FL_CFG_WIN_X11 -- cgit v1.2.3