diff -r 24062c24fe38 -r 2a26698d78ba phoneapp/phoneuicontrol/inc/mphonestatemachine.h --- a/phoneapp/phoneuicontrol/inc/mphonestatemachine.h Fri Mar 12 15:42:40 2010 +0200 +++ b/phoneapp/phoneuicontrol/inc/mphonestatemachine.h Mon Mar 15 12:40:24 2010 +0200 @@ -30,7 +30,6 @@ class MPEPhoneModel; class MPEEngineInfo; class CSpdiaControl; -class MPhoneStorage; /** * Describes the interface for setting and getting active state @@ -87,11 +86,6 @@ */ virtual void SetCallId( TInt aCallId ) = 0; - /** - * Phone's Storage - */ - virtual MPhoneStorage* PhoneStorage() = 0; - }; #endif // MPHONESTATEMACHINE_H