diff options
Diffstat (limited to 'dxr3interface.h')
-rw-r--r-- | dxr3interface.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dxr3interface.h b/dxr3interface.h index 5650784..8112470 100644 --- a/dxr3interface.h +++ b/dxr3interface.h @@ -87,11 +87,6 @@ public: { m_VideoActive = false; } - void EnableAudio() - { - m_AudioActive = true; - } - void DisableAudio(); // set/get functions uint32_t GetAspectRatio() const; @@ -144,7 +139,6 @@ private: 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 - bool m_AudioActive; ///< is audio active? bool m_VideoActive; ///< is video active? // bcs |