qtmobility/src/location/qgeoinfothread_wince.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
--- a/qtmobility/src/location/qgeoinfothread_wince.cpp	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/src/location/qgeoinfothread_wince.cpp	Mon May 03 13:18:40 2010 +0300
@@ -139,13 +139,6 @@
 
         locker.unlock();
         wakeUp();
-        /*
-        // See comments above run() to see why we're doing things like this
-        if (!isRunning())
-            start();
-        else
-            wakeUp();
-            */
     }
 }
 
@@ -162,13 +155,6 @@
 
         locker.unlock();
         wakeUp();
-        /*
-        // See comments above run() to see why we're doing things like this
-        if (!isRunning())
-            start();
-        else
-            wakeUp();
-            */
     }
 }
 
@@ -355,7 +341,6 @@
 
             // The GPS state has been updated.
 
-            /* If this takes ages we can mark the on state from updates and check for the off state after timeouts
             if (dwRet == WAIT_OBJECT_0 + 1) {
                 GPS_DEVICE device;
                 device.dwVersion = GPS_VERSION_1;
@@ -372,7 +357,6 @@
                     m_gps = GPSOpenDevice(m_newDataEvent, m_gpsStateChange, NULL, 0);
                 }
             }
-            */
 
             // We reach this point if the gps state has changed, if the wake up event has been
             // triggered, if we received data we were not interested in from the GPS,