From 26c28b16f3464eeb98b091b915ccf494ac31c35f Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Wed, 24 Jun 2009 22:39:26 -0700 Subject: make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few hacks added recently --- include/ui/FramebufferNativeWindow.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/ui/FramebufferNativeWindow.h') diff --git a/include/ui/FramebufferNativeWindow.h b/include/ui/FramebufferNativeWindow.h index 03d064cb36b8..e72357a60190 100644 --- a/include/ui/FramebufferNativeWindow.h +++ b/include/ui/FramebufferNativeWindow.h @@ -55,9 +55,6 @@ public: bool isUpdateOnDemand() const { return mUpdateOnDemand; } status_t setUpdateRectangle(const Rect& updateRect); - // FIXME: needed for copybit hack in LayerBuffer - android_native_buffer_t const* getBackbuffer() const; - private: friend class LightRefBase; ~FramebufferNativeWindow(); // this class cannot be overloaded @@ -78,9 +75,6 @@ private: int32_t mNumFreeBuffers; int32_t mBufferHead; bool mUpdateOnDemand; - - // FIXME: for getBackbuffer - int32_t mLastDequeued; }; // --------------------------------------------------------------------------- -- cgit v1.2.3-59-g8ed1b