homescreenapp/hsapplication/inc/hsstatemachine.h
changeset 90 3ac3aaebaee5
parent 81 7dd137878ff8
--- a/homescreenapp/hsapplication/inc/hsstatemachine.h	Mon Sep 13 13:03:23 2010 +0300
+++ b/homescreenapp/hsapplication/inc/hsstatemachine.h	Mon Sep 20 10:19:07 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