Remove unused method Session::peak_dir
git-svn-id: svn://localhost/ardour2/trunk@2005 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4c298f62b5
commit
221733e446
@ -260,7 +260,6 @@ class Session : public PBD::StatefulDestructible
|
||||
|
||||
const SessionDirectory& session_directory () const { return *(_session_dir.get()); }
|
||||
|
||||
std::string peak_dir () const;
|
||||
std::string automation_dir () const;
|
||||
|
||||
static string suffixed_search_path (std::string suffix, bool data);
|
||||
|
@ -1850,15 +1850,6 @@ Session::XMLNamedSelectionFactory (const XMLNode& node)
|
||||
}
|
||||
}
|
||||
|
||||
string
|
||||
Session::peak_dir () const
|
||||
{
|
||||
string res = _path;
|
||||
res += peak_dir_name;
|
||||
res += '/';
|
||||
return res;
|
||||
}
|
||||
|
||||
string
|
||||
Session::automation_dir () const
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user