summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/template_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/template_utils.h')
-rw-r--r--libs/ardour/ardour/template_utils.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/libs/ardour/ardour/template_utils.h b/libs/ardour/ardour/template_utils.h
deleted file mode 100644
index 0676d5b245..0000000000
--- a/libs/ardour/ardour/template_utils.h
+++ /dev/null
@@ -1,20 +0,0 @@
-
-#ifndef TEMPLATE_UTILS_INCLUDED
-#define TEMPLATE_UTILS_INCLUDED
-
-#include <vector>
-
-#include <pbd/filesystem.h>
-
-namespace ARDOUR {
-
- using std::vector;
- using namespace PBD;
-
- sys::path system_template_directory ();
-
- sys::path user_template_directory ();
-
-} // namespace ARDOUR
-
-#endif