diff -r b01126ce0bec -r ba63c83f4716 idlehomescreen/widgetmanager/inc/wmplugin.h --- a/idlehomescreen/widgetmanager/inc/wmplugin.h Wed Sep 15 12:00:00 2010 +0300 +++ b/idlehomescreen/widgetmanager/inc/wmplugin.h Wed Oct 13 14:18:30 2010 +0300 @@ -33,7 +33,6 @@ class CWmEffectManager; class CWmWidgetData; class CWmInstaller; -class CWmConfiguration; /** * CWmPlugin @@ -168,11 +167,6 @@ CWmInstaller& WmInstaller(); /** - * reference to iWmConfiguration - */ - CWmConfiguration& Configuration(); - - /** * Get widget by Uid. Used for getting widget details * when error has occured during uninstallation. * @param aUid Uid of widget @@ -257,11 +251,6 @@ */ TInt iExecutionCount; - /** - * The configuration - */ - CWmConfiguration* iConfiguration; - #ifdef _WM_UNIT_TEST friend class CWmUnitTest; #endif