X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a92e58b2a8fc37e0a838593676bc5e065c4d28f6..84f04f5d7473fa875372c53af82b11791da572dc:/lib/driver/avswitch.cpp diff --git a/lib/driver/avswitch.cpp b/lib/driver/avswitch.cpp index f7b1bbd4..31db25a4 100644 --- a/lib/driver/avswitch.cpp +++ b/lib/driver/avswitch.cpp @@ -17,10 +17,6 @@ eAVSwitch::eAVSwitch() instance = this; avsfd = open("/dev/dbox/avs0", O_RDWR); - - //enable colors on thedoc's tv - ioctl(avsfd, 0x1000 | 35, 2); - ioctl(avsfd, 0x1000 | 9, 1); } eAVSwitch::~eAVSwitch()