summaryrefslogtreecommitdiff
path: root/src/Fl_Native_File_Chooser_FLTK.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-01-27 18:24:25 +0000
committerManolo Gouy <Manolo>2016-01-27 18:24:25 +0000
commit6177c23d901c8748fd908b3bd1106b403f017d7f (patch)
tree69f3767c7c403b183713c62b6bfa145b704181df /src/Fl_Native_File_Chooser_FLTK.cxx
parent8e3f66073f8e30e874eb3e6cf76ab0a614c39aad (diff)
Further things related to the r11063 commit.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11064 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Native_File_Chooser_FLTK.cxx')
-rw-r--r--src/Fl_Native_File_Chooser_FLTK.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Fl_Native_File_Chooser_FLTK.cxx b/src/Fl_Native_File_Chooser_FLTK.cxx
index 64da6e69d..c72ee74d0 100644
--- a/src/Fl_Native_File_Chooser_FLTK.cxx
+++ b/src/Fl_Native_File_Chooser_FLTK.cxx
@@ -50,17 +50,6 @@ int Fl_Native_File_Chooser::have_looked_for_GTK_libs = 0;
which can also be changed with type().
*/
Fl_Native_File_Chooser::Fl_Native_File_Chooser(int val) {
-#if FLTK_ABI_VERSION <= 10302
- _btype = val;
- _options = NO_OPTIONS;
- _filter = NULL;
- _filtvalue = 0;
- _parsedfilt = NULL;
- _preset_file = NULL;
- _prevvalue = NULL;
- _directory = NULL;
- _errmsg = NULL;
-#endif // FLTK_ABI_VERSION
if (have_looked_for_GTK_libs == 0) {
// First Time here, try to find the GTK libs if they are installed
#if HAVE_DLSYM && HAVE_DLFCN_H