phoneplugins/infowidgetplugin/infowidget/inc/infowidget.h
changeset 46 bc5a64e5bc3c
parent 45 6b911d05207e
child 50 377c906a8701
child 56 5bcb308bd24d
--- a/phoneplugins/infowidgetplugin/infowidget/inc/infowidget.h	Wed Jun 23 18:12:20 2010 +0300
+++ b/phoneplugins/infowidgetplugin/infowidget/inc/infowidget.h	Tue Jul 06 14:15:47 2010 +0300
@@ -54,12 +54,6 @@
         AnimationOngoing
     } m_animationState; 
     
-    // Delay for animation start
-    enum AnimationStartDelay {
-        StartNoDelay, 
-        StartDelayed
-    }; 
-    
 public:    
     InfoWidget(QGraphicsItem *parent = 0, Qt::WindowFlags flags = 0);
     ~InfoWidget();
@@ -129,7 +123,7 @@
     void settingsValidationFailed(); 
     void settingsDialogClosed(HbAction* action); 
     
-    bool startMarquees(AnimationStartDelay delay = StartNoDelay);
+    bool startMarquees();
     void stopMarquees(); 
     void marqueeNext();