summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-06-17 00:52:39 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-06-17 00:52:39 +0000
commitf21746ad7cda558a520764e7ff278ee8fcb1353e (patch)
tree6b72035bfa83de511340b601bdb2c380ce2ac535 /libs/ardour/ardour
parentdfbda70cea1004efd908647ab766828ae5570be3 (diff)
Remove unused Session::template_path method
git-svn-id: svn://localhost/ardour2/trunk@2014 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/session.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index 136822ad48..0da913d8a2 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -263,7 +263,6 @@ class Session : public PBD::StatefulDestructible
static string suffixed_search_path (std::string suffix, bool data);
static string control_protocol_path ();
- static string template_path ();
static string template_dir ();
static string change_audio_path_by_name (string oldpath, string oldname, string newname, bool destructive);