videoplayback/videohelix/tsrc/ut_videohelixtest/src/mpxvideoaccessoryobserver_stub.cpp
branchRCL_3
changeset 12 7f2b2a65da29
parent 8 ce5ada96ab30
--- a/videoplayback/videohelix/tsrc/ut_videohelixtest/src/mpxvideoaccessoryobserver_stub.cpp	Wed Apr 14 15:59:50 2010 +0300
+++ b/videoplayback/videohelix/tsrc/ut_videohelixtest/src/mpxvideoaccessoryobserver_stub.cpp	Tue Apr 27 16:40:33 2010 +0300
@@ -15,7 +15,7 @@
  *
 */
 
-// Version : %version: 4 %
+// Version : %version: 5 %
 
 //
 //  INCLUDE FILES
@@ -65,7 +65,6 @@
     : iController( aController )
     , iTvOutConnected( EFalse )
     , iTvOutPlaybackAllowed( ETrue )
-    , iTvOutHDMI( EFalse )
 {
 }
 
@@ -105,12 +104,6 @@
     if ( iTvOutConnected != aTvOutConnected )
     {
         iTvOutConnected = aTvOutConnected;
- 
-        if ( iTvOutConnected && iTvOutHDMI)
-        {
-            //  if HDMI playback is always allowed
-            iTvOutPlaybackAllowed = ETrue;
-        }
 
         iController->HandleTvOutEventL( iTvOutConnected );
     }
@@ -141,12 +134,4 @@
     return playAllowed;
 }
 
-void CMPXVideoAccessoryObserver::SetTvOutHDMI( TBool aTvOutHDMI )
-{
-    MPX_ENTER_EXIT(_L("CMPXVideoAccessoryObserver::SetTvOutHDMI()"),
-                   _L("aTvOutHDMI = %d"), aTvOutHDMI);
-
-    iTvOutHDMI = aTvOutHDMI;
-}
-
 //  End of File