diff -r 3eb824b18d67 -r 375929f879c2 videoplayback/videohelix/inc/mpxvideoplaybackcontroller.h --- a/videoplayback/videohelix/inc/mpxvideoplaybackcontroller.h Wed Sep 15 12:15:24 2010 +0300 +++ b/videoplayback/videohelix/inc/mpxvideoplaybackcontroller.h Wed Oct 13 14:34:36 2010 +0300 @@ -16,7 +16,7 @@ */ -// Version : %version: 30 % +// Version : %version: 29 % #ifndef _CMPXVIDEOPLAYBACKCONTROLLER_H_ @@ -41,7 +41,6 @@ #include "mpxvideoplayerutility.h" #include "mpxvideo_debug.h" -#include "mpxcalldetector.h" // DATA TYPES // FORWARD DECLARATIONS @@ -69,7 +68,6 @@ NONSHARABLE_CLASS( CMPXVideoPlaybackController ) : public CBase , public MMPXCenRepObserver - , public MMPXCallDetectorObserver { public: // @@ -148,7 +146,6 @@ private: - void CallDetectedL(); void SetDisplayWindowL( CMPXCommand& aCmd ); void RestartDSA( CMPXCommand& aCmd ); @@ -264,9 +261,6 @@ // Timer monitoring user activity when TV-out is connected CPeriodic* iUserActivityTimer; - // Call detector - CMPXCallDetector* iCallDetector; - TBool iSeekable; CMpxVideoDrmHelper* iDrmHelper;