diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 21:32:25 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 21:32:25 +0500 |
| commit | dc39575fb3ef90e5a2689babe7fb335cd88f6727 (patch) | |
| tree | 24f6cef8f2b558ae6f1f812c75be0c09a53fe417 /FL/filename.H | |
| parent | 7d3793ce1d8cb26e7608bf859beca21359cec6e9 (diff) | |
wip
Diffstat (limited to 'FL/filename.H')
| -rw-r--r-- | FL/filename.H | 17 |
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) */ |
