summaryrefslogtreecommitdiff
path: root/dxr3device.c
diff options
context:
space:
mode:
authoraustriancoder <austriancoder>2004-10-09 14:07:51 +0000
committeraustriancoder <austriancoder>2004-10-09 14:07:51 +0000
commit03b99effaa75c4b9bf81e5e1a0841e0b1d522e5a (patch)
treee5e30fc0724f994fb2fcc65abca65c2c37206356 /dxr3device.c
parentd8ca315a825be2ceb3452927c94241ce19a48d9c (diff)
downloadvdr-plugin-dxr3-03b99effaa75c4b9bf81e5e1a0841e0b1d522e5a.tar.gz
vdr-plugin-dxr3-03b99effaa75c4b9bf81e5e1a0841e0b1d522e5a.tar.bz2
kicket out unneeded log call
Diffstat (limited to 'dxr3device.c')
-rw-r--r--dxr3device.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/dxr3device.c b/dxr3device.c
index 2345b10..bbd6198 100644
--- a/dxr3device.c
+++ b/dxr3device.c
@@ -460,10 +460,6 @@ void cDxr3Device::SetVideoFormat(bool VideoFormat16_9)
//! sets volume for audio output
void cDxr3Device::SetVolumeDevice(int Volume)
{
- if (cDxr3ConfigData::Instance().GetDebug())
- {
- cLog::Instance() << "change volume to " << Volume << " \n";
- }
cDxr3Interface::Instance().SetVolume(Volume);
}
@@ -471,17 +467,8 @@ void cDxr3Device::SetVolumeDevice(int Volume)
// get spudecoder
cSpuDecoder *cDxr3Device::GetSpuDecoder(void)
{
- if (cDxr3ConfigData::Instance().GetDebug())
- {
- cLog::Instance() << "cDxr3Device::GetSpuDecoder";
- }
-
if (!m_spuDecoder && IsPrimaryDevice())
{
- if (cDxr3ConfigData::Instance().GetDebug())
- {
- cLog::Instance() << "cDxr3Device::GetSpuDecoder: ok";
- }
m_spuDecoder = new cDxr3SpuDecoder();
}
return m_spuDecoder;