diff options
| author | Manolo Gouy <Manolo> | 2016-04-08 15:48:28 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-08 15:48:28 +0000 |
| commit | 90682dbd481fca9b7b5b16086f3ac101081e8de5 (patch) | |
| tree | 4157e2ca66d43f34431cf482e8c59d85ed3fcaa0 /FL/filename.H | |
| parent | 62952ea2952768d922e2c93bcaa67e05c419f5a3 (diff) | |
Rewrite filename_isdir.cxx for the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11555 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/filename.H')
| -rw-r--r-- | FL/filename.H | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/FL/filename.H b/FL/filename.H index 745a14591..949bacc11 100644 --- a/FL/filename.H +++ b/FL/filename.H @@ -100,17 +100,6 @@ FL_EXPORT int fl_open_uri(const char *uri, char *msg = (char *)0, FL_EXPORT void fl_decode_uri(char *uri); -# ifndef FL_DOXYGEN -/* - * _fl_filename_isdir_quick() is a private function that checks for a - * trailing slash and assumes that the passed name is a directory if - * it finds one. This function is used by Fl_File_Browser and - * Fl_File_Chooser to avoid extra stat() calls, but is not supported - * outside of FLTK... - */ -int _fl_filename_isdir_quick(const char *name); -# endif - # endif /* __cplusplus */ /* |
