From e1ee53f9bb41d40a1e0423d90afad0c777428786 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 19 Jan 2006 17:42:24 +0000 Subject: [PATCH 1/1] remove manual fastblank --- lib/driver/avswitch.cpp | 3 --- 1 file changed, 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) -- 2.30.2