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:
Carl Hetherington 2010-07-09 00:57:58 +00:00
parent 01c78d5620
commit 00cf0733a1
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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