diff -r 69946d1824c4 -r b9e04db066d4 videoplayback/videohelix/inc/mpxvideoaccessoryobserver.h --- a/videoplayback/videohelix/inc/mpxvideoaccessoryobserver.h Mon May 03 12:32:50 2010 +0300 +++ b/videoplayback/videohelix/inc/mpxvideoaccessoryobserver.h Fri May 14 15:53:50 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;