uifw/AknGlobalUI/AknCapServer/inc/AknFastswapWindowControl.h
branchRCL_3
changeset 55 aecbbf00d063
parent 4 8ca85d2f0db7
child 56 d48ab3b357f1
--- a/uifw/AknGlobalUI/AknCapServer/inc/AknFastswapWindowControl.h	Thu Aug 19 10:11:06 2010 +0300
+++ b/uifw/AknGlobalUI/AknCapServer/inc/AknFastswapWindowControl.h	Tue Aug 31 15:28:30 2010 +0300
@@ -26,8 +26,6 @@
 #include <bldvariant.hrh>
 #include <apgcli.h>
 #include <coecobs.h> // MCoeControlObserver
-
-#include <widgetregistryclient.h>
 #include <eikmobs.h>
 
 // CONSTANTS
@@ -43,8 +41,6 @@
 class CAknInfoPopupNoteController;
 class CEikLabel;
 class CAknAlwaysShownAppList;
-
-class CAknWidgetList;
 class CAknChoiceList;
 class CAknStylusPopUpMenu;
 class CAknLongTapAnimation;
@@ -504,13 +500,6 @@
     TBool iAppArcSessionInitiated;
     RApaLsSession iAppArcSession;
 
-    /** Contains data of running widgets */
-    CAknWidgetList* iWidgetList;
-    friend class CAknWidgetList;
-    /** Window group id of Widget application */
-    TInt iWidgetAppUiWgId;
-    TBool iWidgetsSupported;
-
     // Tooltip that shows application names.
     CAknInfoPopupNoteController* iTooltip;
     CEikLabel* iLabel;