--- a/uifw/EikStd/coctlinc/aknitemactionmenuregister.h Tue Apr 27 16:55:05 2010 +0300
+++ b/uifw/EikStd/coctlinc/aknitemactionmenuregister.h Tue May 11 16:27:42 2010 +0300
@@ -326,14 +326,6 @@
static AknItemActionMenuRegister* CreateInstanceL();
/**
- * Sets constructing menu bar owner and checks if the current is a dialog.
- * And when setting the correct menu bar owner from a dialog to NULL
- * checking if a correct menubar can be found for the unregistered
- * item action menu.
- */
- void DoSetConstructingMenuBarOwnerL( MObjectProvider* aMenuBarOwner );
-
- /**
* Sets the current constructing menubar owner to NULL if it matches to
* aMenuBarOwner. Otherwise constructing menubar owner is not modified.
*
@@ -404,11 +396,6 @@
MObjectProvider* iMenuBarOwner;
/**
- * Indicates if current menubar owner is a dialog
- */
- TBool iIsConstructingDialog;
-
- /**
* Unregistered menu data.
*/
RArray<TAknUnregisteredMenuData> iUnregisteredMenus;