Minor cleanup.
authorCarl Hetherington <carl@carlh.net>
Thu, 10 Feb 2011 02:45:06 +0000 (02:45 +0000)
committerCarl Hetherington <carl@carlh.net>
Thu, 10 Feb 2011 02:45:06 +0000 (02:45 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8817 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/route.cc

index bdba28d3f70c9c1d1595726c9564ab4234a3fb0e..15907444f0ee19b81f93430c34b453992773c0c7 100644 (file)
@@ -1765,10 +1765,8 @@ Route::reorder_processors (const ProcessorList& new_order, ProcessorStreams* err
                }
        }
 
-        if (true) {
-                processors_changed (RouteProcessorChange ()); /* EMIT SIGNAL */
-               set_processor_positions ();
-        }
+       processors_changed (RouteProcessorChange ()); /* EMIT SIGNAL */
+       set_processor_positions ();
 
        return 0;
 }