From 64982e79e1499e58dfb56bb7d058721203abde3d Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Thu, 26 Feb 2009 08:06:11 +0100 Subject: remove unused code in the demux device The big goal for the next days will be to throw away the whole demuxdevice and add a very small and easy to understand demuxer. The current demuxdevice has a very bad coding style and is quite hard to follow whats going on. --- dxr3interface.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dxr3interface.h') diff --git a/dxr3interface.h b/dxr3interface.h index 20d60c0..b7b6dc0 100644 --- a/dxr3interface.h +++ b/dxr3interface.h @@ -167,7 +167,6 @@ private: // dxr3 clock cDxr3SysClock* m_pClock; ///< clock used for sync - int m_aspectDelayCounter; uint32_t m_aspectRatio; ///< current used aspect ratio uint32_t m_horizontal; ///< horizontal size of current videostream uint32_t m_vertical; ///< vertical size of current videostream @@ -190,11 +189,11 @@ protected: static void Lock() { - cDxr3Interface::m_pMutex->Lock(); + cDxr3Interface::m_pMutex->Lock(); } static void Unlock() { - cDxr3Interface::m_pMutex->Unlock(); + cDxr3Interface::m_pMutex->Unlock(); } }; -- cgit v1.2.3