13
0

Remove unused code.

git-svn-id: svn://localhost/ardour2/branches/3.0@11018 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-12-17 18:46:54 +00:00
parent 9f0eed8d7e
commit f97091105d
2 changed files with 0 additions and 9 deletions

View File

@ -1356,8 +1356,6 @@ class Session : public PBD::StatefulDestructible, public PBD::ScopedConnectionLi
XMLNode* _bundle_xml_node;
int load_bundles (XMLNode const &);
void reverse_track_buffers ();
UndoHistory _history;
/** current undo transaction, or 0 */
UndoTransaction* _current_trans;

View File

@ -1348,13 +1348,6 @@ Session::switch_to_sync_source (SyncSource src)
request_sync_source (new_slave);
}
void
Session::reverse_track_buffers ()
{
add_post_transport_work (PostTransportReverse);
_butler->schedule_transport_work ();
}
void
Session::set_track_speed (Track* track, double speed)
{