mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
Remove unused method Session::export_dir
git-svn-id: svn://localhost/ardour2/trunk@2007 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
34232dce2b
commit
6da12f1009
2 changed files with 0 additions and 10 deletions
|
|
@ -247,7 +247,6 @@ class Session : public PBD::StatefulDestructible
|
|||
string name() const { return _name; }
|
||||
string snap_name() const { return _current_snapshot_name; }
|
||||
string raid_path () const;
|
||||
string export_dir () const;
|
||||
|
||||
void set_snap_name ();
|
||||
|
||||
|
|
|
|||
|
|
@ -1867,15 +1867,6 @@ Session::template_dir ()
|
|||
return path;
|
||||
}
|
||||
|
||||
string
|
||||
Session::export_dir () const
|
||||
{
|
||||
string res = _path;
|
||||
res += export_dir_name;
|
||||
res += '/';
|
||||
return res;
|
||||
}
|
||||
|
||||
string
|
||||
Session::suffixed_search_path (string suffix, bool data)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue