uiacceltk/hitchcock/coretoolkit/src/HuiFxLayer.cpp
branchRCL_3
changeset 19 e5af45d51884
parent 18 1801340c26a2
child 20 31fccae4f8a7
--- a/uiacceltk/hitchcock/coretoolkit/src/HuiFxLayer.cpp	Thu Aug 19 10:48:02 2010 +0300
+++ b/uiacceltk/hitchcock/coretoolkit/src/HuiFxLayer.cpp	Tue Aug 31 16:07:35 2010 +0300
@@ -63,12 +63,6 @@
     return ETrue;
     }
 
-EXPORT_C void CHuiFxLayer::ReleaseAllCachedRenderTargets(CHuiFxEngine& /*aEngine*/)
-    {
-    // Nothing to do
-    }
-
-
 EXPORT_C TBool CHuiFxLayer::VisualArea( TRect& /*aRect*/ )
     {
     // No area in base class
@@ -180,11 +174,6 @@
     }
 
 
-void CHuiFxLayer::SetVisualContentState(TBool /*aChanged*/, TBool /*aOpaque*/)
-    {
-    /* empty in baseclass */
-    }
-
 TBool CHuiFxLayer::IsMarginEnabled() const
     {
     return iMarginEnabled;