videoplayback/videohelix/inc/mpxvideoaccessoryobserver.h
changeset 37 4eb2df7f7cbe
parent 0 96612d01cf9f
--- a/videoplayback/videohelix/inc/mpxvideoaccessoryobserver.h	Fri Apr 16 18:13:14 2010 +0300
+++ b/videoplayback/videohelix/inc/mpxvideoaccessoryobserver.h	Fri Apr 30 09:52:11 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;