diff options
author | scop <scop> | 2007-04-05 20:34:23 +0000 |
---|---|---|
committer | scop <scop> | 2007-04-05 20:34:23 +0000 |
commit | 67e5fecd1bb9e828f0fbc3996bf089edc506d3b2 (patch) | |
tree | 5bc0293bc2b39cb4fac671839fe9a01c4387bf3d /dxr3configdata.h | |
parent | 39d4e92582f103193250408ee18b5bf524b36bbe (diff) | |
download | vdr-plugin-dxr3-67e5fecd1bb9e828f0fbc3996bf089edc506d3b2.tar.gz vdr-plugin-dxr3-67e5fecd1bb9e828f0fbc3996bf089edc506d3b2.tar.bz2 |
Apply patches/vdr-dxr3-ac3.patch, start countdown to 0.2.7.
Diffstat (limited to 'dxr3configdata.h')
-rw-r--r-- | dxr3configdata.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dxr3configdata.h b/dxr3configdata.h index 07660e5..00e5b02 100644 --- a/dxr3configdata.h +++ b/dxr3configdata.h @@ -78,14 +78,6 @@ public: { return m_forceletterbox = value; } - int GetAc3OutPut() const - { - return m_ac3output; - } - int SetAc3OutPut(int value) - { - return m_ac3output = value; - } eVideoMode GetVideoMode() const { @@ -152,7 +144,6 @@ protected: eMenuMode m_menumode; int m_digitaloutput; - int m_ac3output; int m_card; int m_forceletterbox; int m_brightness; |