rotor turning with measure input power is now working
[enigma2.git] / lib / dvb / esection.cpp
index 08cb49bee96f3d84001d5b7323d2bec99b8933f7..6f634ae1246adf846b97f13cb4ce43e66fceafab 100644 (file)
@@ -22,7 +22,8 @@ void eGTable::sectionRead(const __u8 *d)
 
 void eGTable::timeout()
 {
-       eDebug("timeout!");
+       printf("timeout!\n");
+//     eDebug("timeout!");
        m_reader->stop();
        ready = 1;
        error = -1;
@@ -30,7 +31,7 @@ void eGTable::timeout()
 }
 
 eGTable::eGTable():
-               ref(0), m_timeout(0), error(0)
+               m_timeout(0), error(0)
 {
 }
 
@@ -97,7 +98,6 @@ RESULT eGTable::start(iDVBSectionReader *reader, const eDVBTableSpec &table)
        
        if (m_table.flags & eDVBTableSpec::tfHaveTimeout)
        {
-               eDebug("have timeout, %d", m_table.timeout);
                if (m_timeout)
                        delete m_timeout;
                m_timeout = new eTimer(eApp);