videoplayback/inc/mpxvideoplaybackcontrolscontroller.h
branchRCL_3
changeset 14 55fa1ec415c6
parent 12 7f2b2a65da29
child 15 8f0df5c82986
--- a/videoplayback/inc/mpxvideoplaybackcontrolscontroller.h	Tue Apr 27 16:40:33 2010 +0300
+++ b/videoplayback/inc/mpxvideoplaybackcontrolscontroller.h	Tue May 11 16:15:40 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 
-// Version : %version: e003sa33#14 %
+// Version : %version: 15 %
 
 
 #ifndef MPXVIDEOPLAYBACKCONTROLSCONTROLLER_H_
@@ -107,11 +107,6 @@
         */
         inline TBool IsTvOutConnected();
 
-        /*
-         * Return ETrue if TV-out cable is connected and content can be played
-         */
-        inline TBool IsTvOutPlaybackAllowed();
-
         /**
         * Reset or cancel timers for the controls
         */
@@ -313,9 +308,7 @@
         /**
         * Handle tvout connected/disconnected event
         */
-        void HandleTvOutEventL( TBool aConnected,
-                                TMPXVideoPlaybackControlCommandIds aEvent,
-                                TInt aValue );
+        void HandleTvOutEventL( TBool aConnected, TMPXVideoPlaybackControlCommandIds aEvent );
         /**
         * Handle softkey pressed event
         */
@@ -411,14 +404,6 @@
 }
 
 inline
-TBool CMPXVideoPlaybackControlsController::IsTvOutPlaybackAllowed()
-{
-    TBool playable = ( ! iFileDetails->iTvOutConnected || iFileDetails->iTvOutPlayAllowed );
-    MPX_DEBUG(_L("CMPXVideoPlaybackControlsController::IsTvOutPlaybackAllowed() [%d]"), playable);
-    return playable;
-}
-
-inline
 TBool CMPXVideoPlaybackControlsController::IsRealMediaFormat()
 {
     MPX_DEBUG(_L("CMPXVideoPlaybackControlsController::IsRealFormat() [%d]"), iRNFormat);