Remove unused method Session::template_dir
git-svn-id: svn://localhost/ardour2/trunk@2022 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
92ba31386d
commit
cc42292445
@ -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);
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user