javauis/mmapi_akn/baseline/inc/mmmadisplay.h
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
--- a/javauis/mmapi_akn/baseline/inc/mmmadisplay.h	Wed Sep 15 12:05:25 2010 +0300
+++ b/javauis/mmapi_akn/baseline/inc/mmmadisplay.h	Wed Oct 13 14:23:59 2010 +0300
@@ -190,20 +190,6 @@
      *                If EFalse, the standard UI orientation is restored.        
      */
     virtual void FixUIOrientation(TBool aFix) = 0;
-    
-    
-    /**
-     * Allow player to free the clipping rect for
-     * UI usage. required in case of RTSP live streaming player
-     * stop and then start, to avoid the black screen in that time gap
-     */
-    virtual void RemoveClippingRegionPublic() = 0;
-    /**
-     * Allow player to get the clipping rect from
-     * UI usage. required in case of RTSP live streaming player
-     * start after stop, to avoid the black screen while its playing video
-     */
-    virtual void SetClippingRegionPublic() = 0;
 };
 
 #endif // MMMADISPLAY_H