webengine/osswebengine/WebCore/page/symbian/WebCoreGraphicsContext.h
branchRCL_3
changeset 48 79859ed3eea9
parent 47 e1bea15f9a39
child 49 919f36ff910f
--- a/webengine/osswebengine/WebCore/page/symbian/WebCoreGraphicsContext.h	Thu Aug 19 10:58:56 2010 +0300
+++ b/webengine/osswebengine/WebCore/page/symbian/WebCoreGraphicsContext.h	Tue Aug 31 16:17:46 2010 +0300
@@ -128,16 +128,6 @@
         iScrollView = &aView;
         }
 
-    void setOpacity(float opacity)
-        {
-        iOpacity = opacity;
-        }
-        
-    float opacity()
-        {
-        return iOpacity;
-        }
-    
     protected:
 
         WebCoreGraphicsContext(CFbsBitmap* aBitmap, MScrollView* aView);
@@ -153,7 +143,6 @@
         TRect iClippingRect;
         TPoint iOrigin;
         TBool iHasClipping;
-        float iOpacity;
 };
 
 #endif