diff options
Diffstat (limited to 'client/device.h')
-rw-r--r-- | client/device.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/device.h b/client/device.h index 1a66a15..ea62c9f 100644 --- a/client/device.h +++ b/client/device.h @@ -23,14 +23,10 @@ private: int m_Pids; int m_Priority; bool m_UpdatePriority; - bool m_DvrClosed; static cStreamdevDevice *m_Device; static const cChannel *m_DenyChannel; - bool OpenDvrInt(void); - void CloseDvrInt(void); - protected: virtual bool SetChannelDevice(const cChannel *Channel, bool LiveView); virtual bool HasLock(int TimeoutMs) |