summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/filesystem.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2012-06-23 05:09:11 +0000
committerTim Mayberry <mojofunk@gmail.com>2012-06-23 05:09:11 +0000
commit7a881ef67aa85a1f7732754db2b9103ebf1f0eb7 (patch)
treee5e48c9e707598257b3b546fd430ac4fa645fd48 /libs/pbd/pbd/filesystem.h
parent6b62959ba0e48a798e0fdfcc83078c4a9e60d8b6 (diff)
Remove PBD::sys::is_directory and use Glib equivalent
git-svn-id: svn://localhost/ardour2/branches/3.0@12887 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/pbd/filesystem.h')
-rw-r--r--libs/pbd/pbd/filesystem.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/pbd/pbd/filesystem.h b/libs/pbd/pbd/filesystem.h
index 3a3c09e258..7985940452 100644
--- a/libs/pbd/pbd/filesystem.h
+++ b/libs/pbd/pbd/filesystem.h
@@ -103,9 +103,6 @@ public:
inline path operator/ (const path& lhs, const path& rhs)
{ return path(lhs) /= rhs; }
-/// @return true if path at p is a directory.
-bool is_directory(const path & p);
-
/**
* Attempt to create a directory at p as if by the glib function g_mkdir
* with a second argument of S_IRWXU|S_IRWXG|S_IRWXO