diff -r 7d91903f795f -r ce5ada96ab30 videocollection/hgmyvideos/inc/vcxhgmyvideosvideolistimpl.h --- a/videocollection/hgmyvideos/inc/vcxhgmyvideosvideolistimpl.h Fri Feb 19 22:52:52 2010 +0200 +++ b/videocollection/hgmyvideos/inc/vcxhgmyvideosvideolistimpl.h Fri Mar 12 15:43:00 2010 +0200 @@ -34,7 +34,6 @@ class CAknWaitDialog; class CVcxHgMyVideosVideoCopier; class CVcxHgMyVideosUPnPInterface; -class CVcxHgTelephonyClient; class CHgScroller; class CSendUi; class CDRMHelper; @@ -375,14 +374,6 @@ void CloseDeleteWaitNote(); /** - * Checks parental control for a video, and asks lock code. - * - * @leave KErrPermissionDenied If not allowed to play. - * @param aAgeProfile Age profile for the video to be checked. - */ - void CheckParentalControlL( TUint32 aAgeProfile ); - - /** * Fetch SendUI messaging configuration from CenRep * * @return Messaging configuration from CenRep @@ -415,11 +406,6 @@ CVcxHgMyVideosVideoModelHandler* iVideoModel; /** - * Index of video currently in play. - */ - TInt iCurrentlyPlayedVideo; - - /** * Delete wait dialog. * Own. */ @@ -436,23 +422,6 @@ * Own. */ CVcxHgMyVideosUPnPInterface* iUPnP; - - /** - * Central repository access needed for parental control setting. - * Own. - */ - CRepository* iCenRep; - - /** - * Telephony client, used for asking lock code from user. - * Own. - */ - CVcxHgTelephonyClient* iTelephonyClient; - - /** - * Flag for marking mode. True when marking mode enabled. - */ - TBool iMultipleMarkingActive; /** * SendUI