phoneapp/phoneuicontrol/inc/cphonestatemachine.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 62 5266b1f337bd
--- a/phoneapp/phoneuicontrol/inc/cphonestatemachine.h	Wed Sep 15 12:12:21 2010 +0300
+++ b/phoneapp/phoneuicontrol/inc/cphonestatemachine.h	Wed Oct 13 14:31:22 2010 +0300
@@ -142,13 +142,6 @@
          IMPORT_C void HandlePropertyChangedL(const TUid& aCategory,
          	const TUint aKey,
          	const TInt aValue );
-         
-         /**
-           * Getter for CEikonEnv to avoid use of static system calls
-           * @return CEikonEnv handle
-           */
-          IMPORT_C CEikonEnv* EikonEnv() const;
-         
 
     protected:
 
@@ -200,11 +193,6 @@
          */
         MPhoneSecurityMessageHandler* iSecurityMessageHandler;
         
-        /** Internal variable for EikonEnv to avoid use of static system calls
-         * Not own.
-         */
-        CEikonEnv* iEnv;
-        
     };
 
 #endif      // CPHONESTATEMACHINE_H