summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-06-07 03:23:33 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-06-07 03:23:33 +0000
commitee78f6409280014919bd2a54179482171234c463 (patch)
treea0e7a57624c6272b24fadfbab560083c6ce4f2d7 /libs/ardour/ardour/session.h
parente3d73847eaae6afbea9538ae929d20acac5fa949 (diff)
Remove unused method Session::dead_sound_dir
git-svn-id: svn://localhost/ardour2/trunk@1963 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/session.h')
-rw-r--r--libs/ardour/ardour/session.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index 80362e45b5..608ab1e731 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -257,7 +257,6 @@ class Session : public PBD::StatefulDestructible
std::string sound_dir (bool with_path = true) const;
std::string peak_dir () const;
- std::string dead_sound_dir () const;
std::string automation_dir () const;
static string suffixed_search_path (std::string suffix, bool data);