summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session_utils.h
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2008-06-02 05:02:28 +0000
committerDoug McLain <doug@nostar.net>2008-06-02 05:02:28 +0000
commit9c0d7d72d70082a54f823cd44c0ccda5da64bb6f (patch)
tree96ec400b83b8c1c06852b1936f684b5fbcd47a79 /libs/ardour/ardour/session_utils.h
parent2f3f697bb8e185eb43c2c50b4eefc2bcb937f269 (diff)
remove empty sigc++2 directory
git-svn-id: svn://localhost/ardour2/branches/3.0@3432 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/session_utils.h')
-rw-r--r--libs/ardour/ardour/session_utils.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/libs/ardour/ardour/session_utils.h b/libs/ardour/ardour/session_utils.h
deleted file mode 100644
index 8a9f6f584c..0000000000
--- a/libs/ardour/ardour/session_utils.h
+++ /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