summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-01-19 01:02:06 +0000
committerCarl Hetherington <carl@carlh.net>2011-01-19 01:02:06 +0000
commit253b652344d5a8766ba7a92d2170c689a79305c5 (patch)
tree74b4753d7b57ecf066144e3ab5272fb5a27c04e5 /libs/ardour/ardour/session.h
parent0d4d585939fdbc47d151cfc836a29d55cd2edeac (diff)
Remove unused code.
git-svn-id: svn://localhost/ardour2/branches/3.0@8532 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/session.h')
-rw-r--r--libs/ardour/ardour/session.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index c63e6e3ebe..e5032ad8c2 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -668,9 +668,6 @@ class Session : public PBD::StatefulDestructible, public PBD::ScopedConnectionLi
void begin_reversible_command (const std::string& cmd_name);
void commit_reversible_command (Command* cmd = 0);
- UndoTransaction* start_reversible_command (const std::string& cmd_name);
- void finish_reversible_command (UndoTransaction&);
-
void add_command (Command *const cmd) {
assert(!_current_trans.empty ());
_current_trans.top()->add_command (cmd);