removed dead code

This commit is contained in:
Dante Ruiz 2017-04-24 22:22:49 +01:00
parent 249862141a
commit 8705db07e5

View file

@ -510,7 +510,6 @@ bool UserInputMapper::applyRoute(const Route::Pointer& route, bool force) {
}
// If the source hasn't been written yet, defer processing of this route
auto inputRecorder = InputRecorder::getInstance();
auto source = route->source;
auto sourceInput = source->getInput();
if (sourceInput.device == STANDARD_DEVICE && !force && source->writeable()) {