diff -r a3a1ae9acec6 -r da5135c61bad meetingrequest/mrgui/inc/cmrresponsedialogview.h --- a/meetingrequest/mrgui/inc/cmrresponsedialogview.h Mon Mar 15 12:39:10 2010 +0200 +++ b/meetingrequest/mrgui/inc/cmrresponsedialogview.h Wed Mar 31 21:08:33 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -21,7 +21,6 @@ // INCLUDES #include -#include // FORWARD DECLARATIONS class CAknsBasicBackgroundControlContext; @@ -61,8 +60,6 @@ void HandleResourceChange( TInt aType ); TTypeUid::Ptr MopSupplyObject( TTypeUid aId ); void SizeChanged(); - TSize MinimumSize(); - void SetFontColorL(); private: @@ -73,8 +70,6 @@ CEikRichTextEditor* iEditor; /// Own: bg context CAknsBasicBackgroundControlContext* iBgContext; - - CEikScrollBarFrame* iScrollBarFrame; }; #endif // CESMRRESPONSEDIALOGVIEW_H