diff -r e1bea15f9a39 -r 79859ed3eea9 webengine/osswebengine/WebCore/platform/symbian/bitmap/MaskedBitmap.h --- a/webengine/osswebengine/WebCore/platform/symbian/bitmap/MaskedBitmap.h Thu Aug 19 10:58:56 2010 +0300 +++ b/webengine/osswebengine/WebCore/platform/symbian/bitmap/MaskedBitmap.h Tue Aug 31 16:17:46 2010 +0300 @@ -138,7 +138,7 @@ void CompressInBackground( ); - CMaskedBitmap* ScaleImageToSize( TSize newSize, bool storeScaledImage = true); + CMaskedBitmap* ScaleImageToSize( TSize newSize ); public: // Internal interface @@ -209,16 +209,6 @@ * Invert the mask */ TBool InvertMask() const { return iInvertMask; } - - /** - * Check if the initialisation is comepleted - */ - TBool IsCompletlyInitialised(); - - /** - * Set True if the initialisation is comepleted - */ - void SetInitialisationCompletionStatus(TBool aInitialisationCompleted); private: // Private constructors @@ -240,8 +230,6 @@ TBool iInvertMask; CMaskedBitmap* iScaledBitmap; - - TBool i_DecodingCompleted; };