remove empty sigc++2 directory
[ardour.git] / libs / ardour / ardour / session_utils.h
diff --git a/libs/ardour/ardour/session_utils.h b/libs/ardour/ardour/session_utils.h
deleted file mode 100644 (file)
index 8a9f6f5..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-
-#ifndef __ardour_session_utils_h__
-#define __ardour_session_utils_h__
-
-#include <string>
-
-namespace ARDOUR {
-
-using std::string;
-
-int find_session (string str, string& path, string& snapshot, bool& isnew);
-
-/**
- * Create a SessionDirectory at the path specified by
- * session_directory_path, this includes all subdirectories.
- *
- * @return true if the session directory was able to be created
- * or if it already existed, false otherwise.
- *
- * @see SessionDirectory
- */
-bool create_session_directory (const string& session_directory_path);
-
-};
-
-#endif