diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-09-02 23:08:58 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-09-02 23:08:58 +0000 |
| commit | a81eab44ddc3d7faad43f8434d04f3c55b81b880 (patch) | |
| tree | 9e96f5fc2762359c15d31bb691f4f7a94ae94e78 /lib/driver/avswitch.cpp | |
| parent | 12edc05b096b4accdd74126d89fd58998feeae46 (diff) | |
| download | enigma2-a81eab44ddc3d7faad43f8434d04f3c55b81b880.tar.gz enigma2-a81eab44ddc3d7faad43f8434d04f3c55b81b880.zip | |
removed thedoc's colors because of broken network setup
Diffstat (limited to 'lib/driver/avswitch.cpp')
| -rw-r--r-- | lib/driver/avswitch.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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() |
