mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
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:
parent
01c78d5620
commit
00cf0733a1
2 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue