From 03b99effaa75c4b9bf81e5e1a0841e0b1d522e5a Mon Sep 17 00:00:00 2001 From: austriancoder Date: Sat, 9 Oct 2004 14:07:51 +0000 Subject: kicket out unneeded log call --- dxr3device.c | 13 ------------- 1 file changed, 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; -- cgit v1.2.3