diff -r f966699dea19 -r ff572dfe6d86 idlehomescreen/xmluirendering/uiengine/inc/xneffectmanager.h --- a/idlehomescreen/xmluirendering/uiengine/inc/xneffectmanager.h Fri Feb 19 22:42:37 2010 +0200 +++ b/idlehomescreen/xmluirendering/uiengine/inc/xneffectmanager.h Fri Mar 12 15:41:49 2010 +0200 @@ -35,7 +35,6 @@ { CXnNode* iNode; TInt iState; - TInt iType; TInt iId; }; @@ -60,20 +59,6 @@ ~CXnEffectManager(); /** - * Begin handling of control effect. - * @param aId effect id - * @aPlugin Plugin data - */ - void BeginControlEffectL( TInt aId, CXnPluginData& aPlugin ); - - /** - * Begin handling of control effect. - * @param aId effect id - * @aPlugins Array of plugin datas - */ - void BeginControlEffectL( TInt aId, RPointerArray& aPlugins ); - - /** * Begin handling of fullscreen effect. * @param aId effect id * @aView view data @@ -97,27 +82,12 @@ * @return ETrue if effect started, otherwise EFalse */ TBool DoBeginFullscreenEffect( TXnEffect& aEffect ); - - /** - * Starts control effect. - * @param aEffect effect data - * @return ETrue if effect started, otherwise EFalse - */ - TBool DoBeginControlEffect( TXnEffect& aEffect ); /** * Removes and destroys effect from effect list. * @param aEffect effect data */ void RemoveEffect( TXnEffect* aEffect ); - - /** - * Return number of ongoing effects of given type. - * @param aType effect type, fullscreen or control - * - * @return Number of ongoing effects of given type - */ - TInt EffectCount( TInt aType ); /** * C++ default constructor.