aboutsummaryrefslogtreecommitdiff
path: root/lib/driver/avswitch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/driver/avswitch.cpp')
-rw-r--r--lib/driver/avswitch.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/driver/avswitch.cpp b/lib/driver/avswitch.cpp
index 482a0f06..9ebdf253 100644
--- a/lib/driver/avswitch.cpp
+++ b/lib/driver/avswitch.cpp
@@ -45,9 +45,6 @@ void eAVSwitch::setInput(int val)
write(fd, input[val], strlen(input[val]));
close(fd);
-
- if (val == 1)
- setFastBlank(0);
}
void eAVSwitch::setFastBlank(int val)