diff -r fcdfafb36fe7 -r aecbbf00d063 uifw/AknGlobalUI/AknCapServer/inc/AknFastswapWindowControl.h --- 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 #include #include // MCoeControlObserver - -#include #include // 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;