videoplayback/videohelix/inc/mpxvideoaccessoryobserver.h
branchRCL_3
changeset 21 55fa1ec415c6
parent 0 96612d01cf9f
--- a/videoplayback/videohelix/inc/mpxvideoaccessoryobserver.h	Tue Apr 27 16:40:33 2010 +0300
+++ b/videoplayback/videohelix/inc/mpxvideoaccessoryobserver.h	Tue May 11 16:15:40 2010 +0300
@@ -15,7 +15,7 @@
  *
 */
 
-// Version : %version: 6 %
+// Version : %version: 7 %
 
 
 
@@ -65,14 +65,6 @@
          */
         TBool IsTvOutConnected();
 
-        /*
-         *  Returns if the playback is allowed when the TV-Out cable is connected
-         *  @return  playback is allowed
-         *     ETrue    playback is allowed.
-         *     EFalse   playback is not allowed.
-         */
-        TBool IsTvOutPlaybackAllowed();
-
     private:
 
         /*
@@ -133,7 +125,6 @@
 
         CMPXVideoPlaybackController*        iController;
         TBool                               iTvOutConnected;
-        TBool                               iTvOutPlaybackAllowed;
 
 #ifdef __ACCESSORY_FW
         RAccessoryServer                    iServer;