usbengines/usbotgwatcher/src/cusbstatehostahost.cpp
changeset 1 705ec7b86991
parent 0 1e05558e2206
child 6 a15c582fbf97
--- a/usbengines/usbotgwatcher/src/cusbstatehostahost.cpp	Thu Dec 17 09:14:30 2009 +0200
+++ b/usbengines/usbotgwatcher/src/cusbstatehostahost.cpp	Thu Jan 07 13:25:34 2010 +0200
@@ -103,8 +103,6 @@
                 KUsbWatcherIsPeripheralConnected,
                 KUsbWatcherPeripheralIsConnected ) );
     
-    iWatcher->NotifManager()->ShowIndicatorL(ETrue);
-    
     iWatcher->PrintStateToLog();
     }
 
@@ -119,8 +117,6 @@
         User::LeaveIfError( RProperty::Set( KPSUidUsbWatcher,
                     KUsbWatcherIsPeripheralConnected,
                     KUsbWatcherPeripheralIsNotConnected ) );
-        
-        iWatcher->NotifManager()->ShowIndicatorL(EFalse);
     }
 
 // ---------------------------------------------------------------------------