More dropped patches.
authorTaybin Rutkin <taybin@taybin.com>
Sat, 24 Sep 2005 20:08:05 +0000 (20:08 +0000)
committerTaybin Rutkin <taybin@taybin.com>
Sat, 24 Sep 2005 20:08:05 +0000 (20:08 +0000)
git-svn-id: svn://localhost/trunk/ardour2@22 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/state_manager.cc

index 29a32b96ee59afd9d57d851976428312bf1f8d1b..30000d6784ea35bb567cd47e907cbf6447884557 100644 (file)
@@ -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;
 }