summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/clear_dir.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/clear_dir.h')
-rw-r--r--libs/pbd/pbd/clear_dir.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/pbd/pbd/clear_dir.h b/libs/pbd/pbd/clear_dir.h
index efef67012d..f669b84485 100644
--- a/libs/pbd/pbd/clear_dir.h
+++ b/libs/pbd/pbd/clear_dir.h
@@ -29,8 +29,6 @@
namespace PBD {
LIBPBD_API int clear_directory (const std::string&, size_t* = 0, std::vector<std::string>* = 0);
LIBPBD_API void remove_directory (const std::string& dir);
- int clear_directory (const std::string&, size_t* = 0, std::vector<std::string>* = 0);
- void remove_directory (const std::string& dir);
}
#endif /* __pbd_clear_dir_h__ */