diff -r e30d4a1b8bad -r c26cc2a7c548 phoneapp/phoneuicontrol/inc/cphonestatemachine.h --- 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