summaryrefslogtreecommitdiff
path: root/libs/pbd/filesystem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/filesystem.cc')
-rw-r--r--libs/pbd/filesystem.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/pbd/filesystem.cc b/libs/pbd/filesystem.cc
index 7dda59895b..8915581bc5 100644
--- a/libs/pbd/filesystem.cc
+++ b/libs/pbd/filesystem.cc
@@ -63,12 +63,6 @@ path::operator/=(const char* rhs)
return *this;
}
-string
-path::leaf () const
-{
- return Glib::path_get_basename(m_path);
-}
-
bool
exists (const path & p)
{