13
0

Minor cleanup.

git-svn-id: svn://localhost/ardour2/branches/3.0@8817 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-02-10 02:45:06 +00:00
parent 4569f40a38
commit 5d64748a51

View 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;
}