mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 14:16:36 +02:00
removed dead code
This commit is contained in:
parent
249862141a
commit
8705db07e5
1 changed files with 0 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue