diff options
author | scop <scop> | 2006-01-08 17:58:19 +0000 |
---|---|---|
committer | scop <scop> | 2006-01-08 17:58:19 +0000 |
commit | f7f85d767dc414c5ecb54454e778edcac93b5561 (patch) | |
tree | 492f06b170c353e5baca0b02aaf8d7e1a4c6cf69 /dxr3device.h | |
parent | c7857adbbbae2d17beb5743ea7f629dcf4dd09cc (diff) | |
download | vdr-plugin-dxr3-f7f85d767dc414c5ecb54454e778edcac93b5561.tar.gz vdr-plugin-dxr3-f7f85d767dc414c5ecb54454e778edcac93b5561.tar.bz2 |
Remove image grab code, it's broken (crashes vdr) and would cause maintenance
problems with various 1.3.x vdr versions.
Diffstat (limited to 'dxr3device.h')
-rw-r--r-- | dxr3device.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dxr3device.h b/dxr3device.h index ca11ba6..333ad1f 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -63,8 +63,6 @@ public: #endif // addition functions - virtual bool GrabImage(const char *FileName, bool Jpeg = true, - int Quality = -1, int SizeX = -1, int SizeY = -1); virtual void SetVideoFormat(bool VideoFormat16_9); virtual void SetVolumeDevice(int Volume); virtual void SetAudioChannelDevice(int AudioChannel); |