Remove unused code.
git-svn-id: svn://localhost/ardour2/branches/3.0@11018 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9f0eed8d7e
commit
f97091105d
@ -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;
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user