tvout/tvoutwrapper/inc/glxtvoutwrapper.h
changeset 69 45459746d5e8
parent 52 a3a4c0de738e
--- a/tvout/tvoutwrapper/inc/glxtvoutwrapper.h	Mon Sep 20 12:39:08 2010 +0530
+++ b/tvout/tvoutwrapper/inc/glxtvoutwrapper.h	Mon Sep 27 15:13:20 2010 +0530
@@ -60,9 +60,8 @@
      * to pass the model 
      * @param Model datamodel
      * @param screensize the size of the phone screen
-     * @param aEfectsOn if slideshow effects on tv needs to be on, off by default 
      */
-    void setModel(QAbstractItemModel* aModel,QSize aScreenSize,bool aEfectsOn = false);
+    void setModel(QAbstractItemModel* aModel,QSize aScreenSize);
     
     /**
      * Set the image on to HDMI
@@ -100,13 +99,6 @@
      */
     void deactivateZoom();
     
-    /**
-     * Fadeing of the Surface
-     * @param aFadeInOut    ETrue - FadeIn ( as in gaining brightness )
-     *                      EFalse - FadeOut ( as in loosing brightness ) 
-     */
-    void fadeSurface(bool aFadeInOut);
-    
 private:
     /// Private wrapper handler according to PIMPL pattern 
     GlxTvOutWrapperPrivate* mTvOutWrapperPrivate;