diff options
Diffstat (limited to 'dxr3device.h')
-rw-r--r-- | dxr3device.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dxr3device.h b/dxr3device.h index 9fcacb7..1b88504 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -71,19 +71,11 @@ public: // osd virtual cSpuDecoder *GetSpuDecoder(); - - // helper function - void Reset() - { - SetPlayMode(m_PlayMode); - } - iAudio *getAudioOutput() const { return audioOut; } void turnPlugin(bool on); private: - ePlayMode m_PlayMode; cDxr3SpuDecoder* m_spuDecoder; iAudio *audioOut; bool pluginOn; |