phoneapp/phoneuicontrol/inc/mphonesystemeventhandler.h
changeset 56 5bcb308bd24d
parent 0 5f000ab63145
child 65 2a5d4ab426d3
--- a/phoneapp/phoneuicontrol/inc/mphonesystemeventhandler.h	Tue Jul 06 14:15:47 2010 +0300
+++ b/phoneapp/phoneuicontrol/inc/mphonesystemeventhandler.h	Wed Aug 18 09:48:26 2010 +0300
@@ -38,26 +38,6 @@
         virtual ~MPhoneSystemEventHandler(){};
 
         /**
-        * From CAknAppUi, initialise a menupane (dynamic).
-        *
-        * @param aResourceId It is the resource id for the pane.
-        * @param aMenuPane It is the menu pane corresponding to the resource.
-        */
-        virtual void DynInitMenuPaneL( 
-            TInt aResourceId, 
-            CEikMenuPane* aMenuPane ) = 0;
-
-        /**
-        * From CAknAppUi, initialise a menubar (dynamic).
-        *
-        * @param aResourceId It is the resource id for the bar.
-        * @param aMenuBar It is the menu bar corresponding to the resource.
-        */
-        virtual void DynInitMenuBarL( 
-            TInt aResourceId, 
-            CEikMenuBar* aMenuBar ) = 0;
-
-        /**
         * From CEikAppUi. For Idle indicator
         */
         virtual void HandleSystemEventL( const TWsEvent& aEvent ) = 0;