diff options
Diffstat (limited to 'client/socket.h')
-rw-r--r-- | client/socket.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/socket.h b/client/socket.h index d4f360a..a603727 100644 --- a/client/socket.h +++ b/client/socket.h @@ -1,5 +1,5 @@ /* - * $Id: socket.h,v 1.1 2004/12/30 22:44:04 lordjaxom Exp $ + * $Id: socket.h,v 1.2 2005/02/08 15:34:38 lordjaxom Exp $ */ #ifndef VDR_STREAMDEV_CLIENT_CONNECTION_H @@ -19,7 +19,6 @@ class cPES2TSRemux; class cClientSocket: public cTBSocket { private: - bool m_StreamPIDS; cTBSocket *m_DataSockets[si_Count]; cMutex m_Mutex; |