diff -r 7cee158cb8cd -r 26b2b12093af javauis/mmapi_akn/baseline/src/cmmavideourlplayerlivestreamdelegate.cpp --- a/javauis/mmapi_akn/baseline/src/cmmavideourlplayerlivestreamdelegate.cpp Wed Sep 15 12:05:25 2010 +0300 +++ b/javauis/mmapi_akn/baseline/src/cmmavideourlplayerlivestreamdelegate.cpp Wed Oct 13 14:23:59 2010 +0300 @@ -99,9 +99,6 @@ // Call stop instead of Pause as per the suggestions from helix // Pause has no meaning for live streaming iPlayer.iController.Stop(); -#ifdef RD_JAVA_NGA_ENABLED - iPlayer.FreeClipRectForUI(); -#endif } DEBUG("MMA:CMMAVideoUrlPlayer: Live stream: StopL - "); } @@ -156,9 +153,6 @@ DEBUG("MMA:CMMAVideoUrlPlayer: Live stream: KMMFEventCategoryVideoLoadingComplete ASW Stop"); // calling PrepareDisplay() in the nick of time as this takes over the control of window and // any UI widget can't be drawn after this call at the prescribed area for video display. -#ifdef RD_JAVA_NGA_ENABLED - iPlayer.GetClipRectFromUI(); -#endif iPlayer.PrepareDisplay(); iActiveSchedulerWait->AsyncStop(); }