homescreenapp/hsapplication/inc/hsstatemachine.h
changeset 96 458d8c8d9580
parent 85 35368b604b28
--- a/homescreenapp/hsapplication/inc/hsstatemachine.h	Fri Sep 17 08:27:54 2010 +0300
+++ b/homescreenapp/hsapplication/inc/hsstatemachine.h	Mon Oct 04 00:07:25 2010 +0300
@@ -54,7 +54,6 @@
 private:
     Q_DISABLE_COPY(HsStateMachine)
 
-    void startDialer();
     void registerAnimations();
     void createStatePublisher();
     void createContentServiceParts();
@@ -71,11 +70,10 @@
 private:
     HsContentService *mContentService;	
 	
-	bool mHomeScreenActive;
-	bool mIdleStateActive;
+    bool mHomeScreenActive;
+    bool mIdleStateActive;
     bool mEndKeyCaptured;
-    bool mSendKeyCaptured;
-
+    
 	QValueSpacePublisher *mPublisher;
 	
 #ifdef Q_OS_SYMBIAN