diff options
Diffstat (limited to 'dxr3device.h')
-rw-r--r-- | dxr3device.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dxr3device.h b/dxr3device.h index 4ea31d7..d58319f 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -40,7 +40,6 @@ class iAudio; class cDxr3Device : public cDevice { public: cDxr3Device(); - cDxr3Device(cDxr3Interface& demuxDevice); ~cDxr3Device(); virtual void MakePrimaryDevice(bool On); @@ -84,9 +83,6 @@ protected: std::string m_strBuf; int m_Offset; - //virtual bool SetPlayMode(ePlayMode PlayMode); - //uint8_t m_pBuffer[MAX_VIDEO_BUFFER_SIZE]; - //cDxr3StartStopThread* m_pStartStopThread; cDxr3SpuDecoder* m_spuDecoder; private: |