diff -r aa2fa096cbfb -r 863223ea6961 ui/viewutilities/effectplugin/inc/glxflipeffectplugin.h --- a/ui/viewutilities/effectplugin/inc/glxflipeffectplugin.h Fri Jun 11 17:53:15 2010 +0530 +++ b/ui/viewutilities/effectplugin/inc/glxflipeffectplugin.h Fri Jun 25 15:41:33 2010 +0530 @@ -45,23 +45,12 @@ void setUpItems( QList< QGraphicsItem * > & items ); /* - * second animation will be run later - */ - bool isAnimationLater(int index) ; - - /* - * return the second animation object to play the flip show animation - */ - QGraphicsItem * animationItem() ; - - /* * get the name of the effect, use to shown in the slide show setting view */ - static QString effectName() { return QString ("Flip") ; } + static QString effectName(); private : QList mEffectFileList; - QGraphicsItem *mItem; }; #endif /*GLXFLIPEFFECTPLUGIN_H*/