13
0

Remove unused Session::template_path method

git-svn-id: svn://localhost/ardour2/trunk@2014 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2007-06-17 00:52:39 +00:00
parent dfbda70cea
commit f21746ad7c
2 changed files with 0 additions and 7 deletions

View File

@ -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);

View File

@ -1901,12 +1901,6 @@ Session::suffixed_search_path (string suffix, bool data)
return path;
}
string
Session::template_path ()
{
return suffixed_search_path (templates_dir_name, true);
}
string
Session::control_protocol_path ()
{