summaryrefslogtreecommitdiff
path: root/FL/filename.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/filename.H')
-rw-r--r--FL/filename.H17
1 files changed, 0 insertions, 17 deletions
diff --git a/FL/filename.H b/FL/filename.H
index 74ef1c91c..4aae10275 100644
--- a/FL/filename.H
+++ b/FL/filename.H
@@ -31,11 +31,6 @@
#include <FL/platform_types.h>
#ifdef __cplusplus
-
-// The following include is not (yet) used in FLTK 1.4
-// In FLTK 1.5 or 4.0 using std::string would be default.
-// #include <string>
-
#endif /* __cplusplus */
/** \addtogroup filenames File names and URI utility functions
@@ -72,18 +67,6 @@ FL_EXPORT int fl_filename_isdir(const char *name);
FL_EXPORT int fl_filename_absolute(char *to, int tolen, const char *from, const char *cwd);
FL_EXPORT int fl_filename_relative(char *to, int tolen, const char *from, const char *cwd);
-#include <string>
-
-FL_EXPORT std::string fl_filename_name_str(const std::string &filename);
-FL_EXPORT std::string fl_filename_path_str(const std::string &filename);
-FL_EXPORT std::string fl_filename_ext_str(const std::string &filename);
-FL_EXPORT std::string fl_filename_setext_str(const std::string &filename, const std::string &new_extension);
-FL_EXPORT std::string fl_filename_expand_str(const std::string &from);
-FL_EXPORT std::string fl_filename_absolute_str(const std::string &from);
-FL_EXPORT std::string fl_filename_absolute_str(const std::string &from, const std::string &base);
-FL_EXPORT std::string fl_filename_relative_str(const std::string &from);
-FL_EXPORT std::string fl_filename_relative_str(const std::string &from, const std::string &base);
-FL_EXPORT std::string fl_getcwd_str();
# endif /* defined(__cplusplus) */