Removed extra definition of file chooser functions.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2186 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
e2f9b55715
commit
5122f3b6f3
@ -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*));
|
||||
|
Loading…
Reference in New Issue
Block a user