13
0

Remove unused method Session::template_dir

git-svn-id: svn://localhost/ardour2/trunk@2022 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2007-06-17 00:53:33 +00:00
parent 92ba31386d
commit cc42292445
2 changed files with 0 additions and 10 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_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);

View File

@ -1839,15 +1839,6 @@ Session::automation_dir () const
return res;
}
string
Session::template_dir ()
{
string path = get_user_ardour_path();
path += "templates/";
return path;
}
string
Session::suffixed_search_path (string suffix, bool data)
{