diff -r 1801340c26a2 -r e5af45d51884 uiacceltk/hitchcock/coretoolkit/inc/HuiFxFilterLayer.h --- a/uiacceltk/hitchcock/coretoolkit/inc/HuiFxFilterLayer.h Thu Aug 19 10:48:02 2010 +0300 +++ b/uiacceltk/hitchcock/coretoolkit/inc/HuiFxFilterLayer.h Tue Aug 31 16:07:35 2010 +0300 @@ -31,7 +31,6 @@ IMPORT_C ~CHuiFxFilterLayer(); IMPORT_C static CHuiFxFilterLayer* NewL(CHuiFxFilter* aFilter); // takes ownership IMPORT_C TBool PrepareDrawL(CHuiFxEngine& aEngine); - IMPORT_C void ReleaseAllCachedRenderTargets(CHuiFxEngine& aEngine); IMPORT_C void Draw(CHuiFxEngine& aEngine, CHuiGc& aGc, CHuiFxRenderbuffer& aTarget, CHuiFxRenderbuffer& aSource, TBool aHasSurface); IMPORT_C CHuiFxFilter& Filter() const; IMPORT_C TBool Changed() const;