summaryrefslogtreecommitdiff
path: root/src/filename_ext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/filename_ext.cxx')
-rw-r--r--src/filename_ext.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/filename_ext.cxx b/src/filename_ext.cxx
index a4d86937b..3f5ffa0cb 100644
--- a/src/filename_ext.cxx
+++ b/src/filename_ext.cxx
@@ -29,7 +29,6 @@
\return a pointer to the extension (including '.') if one was found,
or a pointer to the terminating NUL character (effectively a pointer
to an empty string) if no extension was found.
- \see fl_filename_ext_str(const std::string &filename)
*/
const char *fl_filename_ext(const char *buf) {
return Fl::system_driver()->filename_ext(buf);