summaryrefslogtreecommitdiff
path: root/client/socket.h
diff options
context:
space:
mode:
authorschmirl <schmirl>2008-04-07 14:27:27 +0000
committerschmirl <schmirl>2008-04-07 14:27:27 +0000
commitf51d6eb2dfb128a29db34b05d9b92a9633dd5b29 (patch)
tree328eeeb9761d13aede43a94598af3ffaedc9e202 /client/socket.h
parent71cc16a1eb1774f9f20f8eed03b17af3e8691edc (diff)
downloadvdr-plugin-streamdev-f51d6eb2dfb128a29db34b05d9b92a9633dd5b29.tar.gz
vdr-plugin-streamdev-f51d6eb2dfb128a29db34b05d9b92a9633dd5b29.tar.bz2
- removed legacy code for pre VDR 1.4
- dropped patches for pre VDR 1.4
Diffstat (limited to 'client/socket.h')
-rw-r--r--client/socket.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/socket.h b/client/socket.h
index e839223..742c064 100644
--- a/client/socket.h
+++ b/client/socket.h
@@ -1,5 +1,5 @@
/*
- * $Id: socket.h,v 1.4 2007/04/24 10:57:34 schmirl Exp $
+ * $Id: socket.h,v 1.5 2008/04/07 14:27:28 schmirl Exp $
*/
#ifndef VDR_STREAMDEV_CLIENT_CONNECTION_H
@@ -50,9 +50,7 @@ public:
bool CloseDataConnection(eSocketId Id);
bool SetChannelDevice(const cChannel *Channel);
bool SetPid(int Pid, bool On);
-#if VDRVERSNUM >= 10300
bool SetFilter(ushort Pid, uchar Tid, uchar Mask, bool On);
-#endif
bool CloseDvr(void);
bool SynchronizeEPG(void);
bool LoadRecordings(cRemoteRecordings &Recordings);