summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-06-17 00:53:33 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-06-17 00:53:33 +0000
commitcc422924456d998ecb15b6035083ffb9af21b2c5 (patch)
treeea0ff9c65351d171c649511336056bc660fd2845 /libs/ardour/ardour/session.h
parent92ba31386d9e9386774f0490e372b11e0e47dd36 (diff)
Remove unused method Session::template_dir
git-svn-id: svn://localhost/ardour2/trunk@2022 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/session.h')
-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 5697eef683..685e7f2284 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_dir ();
static string change_audio_path_by_name (string oldpath, string oldname, string newname, bool destructive);
static string change_midi_path_by_name (string oldpath, string oldname, string newname, bool destructive);