--- a/idlehomescreen/widgetmanager/inc/wmresourceloader.h Fri Jan 22 09:35:14 2010 +0200
+++ b/idlehomescreen/widgetmanager/inc/wmresourceloader.h Tue Jan 26 11:48:23 2010 +0200
@@ -24,9 +24,7 @@
#include <e32base.h>
// FORWARD DECLARATIONS
-class CAknStylusPopUpMenu;
class CEikonEnv;
-class CAknButton;
class CAknInformationNote;
/**
@@ -50,17 +48,6 @@
public: // services
/**
- * Loads a button from the widgetmanager resource file
- * using CAknButton::ConstructFromResourceL
- *
- * @param aResource handle to the empty button instance
- * @param aResourceId ID of the resource to use in loading
- */
- void LoadButtonL(
- CAknButton& aResource,
- TInt aResourceId );
-
- /**
* shows a simple info popup with OK button
* @param aResourceId the resource id of string to be shown
* @param aString additional string to be replaced into %U