Remove some unused transport sub state enums.
git-svn-id: svn://localhost/ardour2/branches/3.0@7397 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -791,9 +791,7 @@ class Session : public PBD::StatefulDestructible, public PBD::ScopedConnectionLi
|
||||
PendingDeclickIn = 0x1,
|
||||
PendingDeclickOut = 0x2,
|
||||
StopPendingCapture = 0x4,
|
||||
AutoReturning = 0x10,
|
||||
PendingLocate = 0x20,
|
||||
PendingSetLoop = 0x40
|
||||
};
|
||||
|
||||
/* stuff used in process() should be close together to
|
||||
|
||||
@@ -246,7 +246,7 @@ Session::realtime_stop (bool abort, bool clear_state)
|
||||
waiting_for_sync_offset = true;
|
||||
}
|
||||
|
||||
transport_sub_state = ((!config.get_external_sync()&& config.get_auto_return()) ? AutoReturning : 0);
|
||||
transport_sub_state = 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user