aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb/frontend.cpp')
-rw-r--r--lib/dvb/frontend.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/dvb/frontend.cpp b/lib/dvb/frontend.cpp
index 220d3e87..a1bc3d9f 100644
--- a/lib/dvb/frontend.cpp
+++ b/lib/dvb/frontend.cpp
@@ -91,7 +91,6 @@ void eDVBDiseqcCommand::setCommandString(const char *str)
eDebug("invalid diseqc command string length (string is to long)");
return;
}
- eDebugNoNewLine("send diseqc:");
unsigned char val=0;
for (int i=0; i < slen; ++i)
{
@@ -108,13 +107,11 @@ void eDVBDiseqcCommand::setCommandString(const char *str)
if ( i % 2 )
{
val |= c;
- eDebugNoNewLine("%02x", val);
data[i/2] = val;
}
else
val = c << 4;
}
- eDebug("");
len = slen/2;
}
@@ -546,9 +543,6 @@ void eDVBFrontend::feEvent(int w)
#endif
{
state = stateLock;
- m_data[CSW] = m_data[NEW_CSW];
- m_data[UCSW] = m_data[NEW_UCSW];
- m_data[TONEBURST] = m_data[NEW_TONEBURST];
} else
{
if (m_tuning)