idlehomescreen/widgetmanager/inc/wmplugin.h
branchRCL_3
changeset 102 ba63c83f4716
parent 93 b01126ce0bec
--- 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