More dropped patches.
git-svn-id: svn://localhost/trunk/ardour2@22 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5f4e9c7753
commit
df74b4a591
@ -52,9 +52,6 @@ StateManager::use_state (state_id_t id)
|
||||
void
|
||||
StateManager::save_state (std::string why)
|
||||
{
|
||||
if (!should_save_state())
|
||||
return;
|
||||
|
||||
states.push_back (state_factory (why));
|
||||
_current_state_id = states.size() - 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user