mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
Remove unused Session::template_path method
git-svn-id: svn://localhost/ardour2/trunk@2014 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
dfbda70cea
commit
f21746ad7c
2 changed files with 0 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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 ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue