summaryrefslogtreecommitdiffstats
path: root/fltk-2/include/fltk/compat/FL/Fl_File_Chooser.H
diff options
context:
space:
mode:
Diffstat (limited to 'fltk-2/include/fltk/compat/FL/Fl_File_Chooser.H')
-rw-r--r--fltk-2/include/fltk/compat/FL/Fl_File_Chooser.H16
1 files changed, 0 insertions, 16 deletions
diff --git a/fltk-2/include/fltk/compat/FL/Fl_File_Chooser.H b/fltk-2/include/fltk/compat/FL/Fl_File_Chooser.H
deleted file mode 100644
index 4f6a40d..0000000
--- a/fltk-2/include/fltk/compat/FL/Fl_File_Chooser.H
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef Fl_File_Chooser_H
-#define Fl_File_Chooser_H
-
-#include "Fl_Widget.H"
-
-#include <fltk/FileChooser.h>
-typedef fltk::FileChooser Fl_File_Chooser;
-
-#include <fltk/file_chooser.h>
-
-//char *fl_dir_chooser(const char *message,const char *fname,int relative=0);
-inline const char *fl_file_chooser(const char *message,const char *pat,const char *fname,int /*relative*/ = 0) {
- return fltk::file_chooser(message, pat, fname);
-}
-
-#endif