Remove unused method Session::export_dir

git-svn-id: svn://localhost/ardour2/trunk@2007 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2007-06-17 00:47:04 +00:00
parent 34232dce2b
commit 6da12f1009
2 changed files with 0 additions and 10 deletions

View file

@ -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 ();

View file

@ -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)
{