diff -r 6cadd6867c17 -r 67f2ed48ad91 homescreenpluginsrv/hspsmanager/inc/hspsmaintenancehandler.h --- a/homescreenpluginsrv/hspsmanager/inc/hspsmaintenancehandler.h Wed Sep 15 12:32:36 2010 +0300 +++ b/homescreenpluginsrv/hspsmanager/inc/hspsmaintenancehandler.h Wed Oct 13 14:53:46 2010 +0300 @@ -725,16 +725,6 @@ ChspsODT& aOdt ); /** - * Activates default configuration defined for the application - * @since S60 5.2 - * @param aHeader application which default configuration is activated - * @param aOdt activated application configuration - */ - void ActivateDefaultAppConfL( - const ChspsODT& aHeader, - ChspsODT& aOdt ); - - /** * HandleDefinitionRespositoryEventL * * @since S60 5.0 @@ -752,28 +742,6 @@ RArray& aNotificationParams); /** - * RemoveAppConfFromRepositoryL - * Removes application confguration from definition repository - * @since S60 5.2 - * @param aOdt application configuration to be removed - * @param aNotificationParams notifications need to be sent after removal - */ - void RemoveAppConfFromRepositoryL( - const ChspsODT& aOdt, - RArray& aNotificationParams ); - - /** - * RemovePluginConfFromRepositoryL - * Removes plugin confguration from definition repository - * @since S60 5.2 - * @param aOdt plugin configuration to be removed - * @param aNotificationParams notifications need to be sent after removal - */ - void RemovePluginConfFromRepositoryL( - const ChspsODT& aOdt, - RArray& aNotificationParams ); - - /** * InvalidateUninstalledPluginInstancesL * Removes uninstalled plugin instances from an inactive * application configuration by changing them to error state.