summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-06-17 00:53:18 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-06-17 00:53:18 +0000
commit1ef0ecd90a86a36ea1ffb6d44ab26d18d33d0ba3 (patch)
tree076c0518950b4e48d159ee333a57a99c43618ddc /libs/ardour/ardour/session.h
parent2ac399c82cc7d5351381c46990bdb374cbe9d06a (diff)
Remove unused method Session::delete_template
git-svn-id: svn://localhost/ardour2/trunk@2020 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/session.h')
-rw-r--r--libs/ardour/ardour/session.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index 8fc42466ed..87c1817622 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -425,8 +425,6 @@ class Session : public PBD::StatefulDestructible
int restore_history (string snapshot_name);
void remove_state (string snapshot_name);
void rename_state (string old_name, string new_name);
-
- static int delete_template (string name);
sigc::signal<void,string> StateSaved;
sigc::signal<void> StateReady;