diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-01 14:15:50 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-01 14:15:50 +0000 |
| commit | a368380f805de085523a1cc719f1e21e1a596ffd (patch) | |
| tree | 77e3707331cbdc8efa9b82cd91dbe0aa9ec8fa56 /src | |
| parent | bb126f4b8b3572cbff2deba3a7f926d58d381891 (diff) | |
Update VC++ project files.
Fix double-definition in Fl_File_Chooser.cxx.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2160 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_File_Chooser.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Fl_File_Chooser.cxx b/src/Fl_File_Chooser.cxx index 932690caf..eaebca5bf 100644 --- a/src/Fl_File_Chooser.cxx +++ b/src/Fl_File_Chooser.cxx @@ -265,6 +265,3 @@ int Fl_File_Chooser::type() { int Fl_File_Chooser::visible() { return window->visible(); } -FL_EXPORT char *fl_dir_chooser(const char *message,const char *fname,int relative=0); -FL_EXPORT char *fl_file_chooser(const char *message,const char *pat,const char *fname,int relative=0); -FL_EXPORT void fl_file_chooser_callback(void (*cb)(const char*)); |
