diff -r 1801340c26a2 -r e5af45d51884 uiacceltk/hitchcock/coretoolkit/inc/HuiFxEffect.h --- a/uiacceltk/hitchcock/coretoolkit/inc/HuiFxEffect.h Thu Aug 19 10:48:02 2010 +0300 +++ b/uiacceltk/hitchcock/coretoolkit/inc/HuiFxEffect.h Tue Aug 31 16:07:35 2010 +0300 @@ -146,8 +146,6 @@ void PrepareCachedRenderTarget(const TPoint& aPosition, const TSize& aSize, TBool aClear, TBool aEnableBackground); void ReleaseCachedRenderTarget(); - TBool PrepareDrawL(CHuiGc& aGc, const TRect& aDisplayRect); - /* * CachedDraw is typically much faster than normal draw as it keeps effect result in pre-rendered format * instead of doing it on-the-fly as normal draw. There are however few issues that must be noted: @@ -212,8 +210,6 @@ TInt iFramesDrawn; TReal32 iElapsedTime; - - MHuiEffectable* iEffectable; // not own }; #endif /*HUIFXEFFECT_H_*/