diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-02-02 15:50:37 +0100 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-02-02 15:50:37 +0100 |
commit | 4bde94abf9ee666af633c10d4f408704c5e36af9 (patch) | |
tree | 0ad495041294bd3fb01d96c46a66f56da036a3ef /dxr3interface.h | |
parent | ae67a00d7e5758275cddf1f2b278a394f29613b1 (diff) | |
download | vdr-plugin-dxr3-4bde94abf9ee666af633c10d4f408704c5e36af9.tar.gz vdr-plugin-dxr3-4bde94abf9ee666af633c10d4f408704c5e36af9.tar.bz2 |
cDxr3Interface::IsOssAudio is not needed anymore
This method does not work with newer dxr3 drivers, as
they support both audio interfaces (oss/alsa) at the same
time.
Diffstat (limited to 'dxr3interface.h')
-rw-r--r-- | dxr3interface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dxr3interface.h b/dxr3interface.h index 2516ac1..80fa7c5 100644 --- a/dxr3interface.h +++ b/dxr3interface.h @@ -67,7 +67,6 @@ public: } // audio - bool IsOssAudio(); int OssSetPlayMode(uint32_t mode); // clock |