summaryrefslogtreecommitdiff
path: root/dxr3device.h
diff options
context:
space:
mode:
authorscop <scop>2006-01-08 17:58:19 +0000
committerscop <scop>2006-01-08 17:58:19 +0000
commitf7f85d767dc414c5ecb54454e778edcac93b5561 (patch)
tree492f06b170c353e5baca0b02aaf8d7e1a4c6cf69 /dxr3device.h
parentc7857adbbbae2d17beb5743ea7f629dcf4dd09cc (diff)
downloadvdr-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.h2
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);