diff -r 24062c24fe38 -r 2a26698d78ba phoneapp/phoneuicontrol/inc/cphonestatemachine.h --- a/phoneapp/phoneuicontrol/inc/cphonestatemachine.h Fri Mar 12 15:42:40 2010 +0200 +++ b/phoneapp/phoneuicontrol/inc/cphonestatemachine.h Mon Mar 15 12:40:24 2010 +0200 @@ -30,7 +30,6 @@ // FORWARD DECLARATIONS class MPhoneState; -class MPhoneStorage; // CLASS DECLARATION @@ -101,13 +100,6 @@ */ IMPORT_C void SetCallId( const TInt aCallId ); - - /** - * Instantiates phone storage. - * @return storage instance - */ - IMPORT_C MPhoneStorage* PhoneStorage(); - protected: /** @@ -145,9 +137,6 @@ // Idle state which is hold in memory all the time MPhoneState* iIdleState; - - // Phone's storage - MPhoneStorage* iPhoneStorage; }; #endif // CPHONESTATEMACHINE_H