summaryrefslogtreecommitdiff
path: root/opengl/libagl/TextureObjectManager.h
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2010-07-30 18:01:25 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2010-07-30 18:01:25 -0700
commit3efd03a3c2c26ee2bcdf6d7798c870300d2eb326 (patch)
treefd5f12762d88bb4ff8729e56005cbc2ad334becb /opengl/libagl/TextureObjectManager.h
parent6e6cc2014ff5bb90a60a33386c434875c36f7650 (diff)
parentbb0628d9debc5ddd5b1ca3311d6397bbe668c4ee (diff)
Merge "remove copybit hack from software opengl (libagl)" into gingerbread
Diffstat (limited to 'opengl/libagl/TextureObjectManager.h')
-rw-r--r--opengl/libagl/TextureObjectManager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/opengl/libagl/TextureObjectManager.h b/opengl/libagl/TextureObjectManager.h
index 279e0406c2..70e3bef6e7 100644
--- a/opengl/libagl/TextureObjectManager.h
+++ b/opengl/libagl/TextureObjectManager.h
@@ -80,9 +80,6 @@ public:
GLint crop_rect[4];
GLint generate_mipmap;
GLint direct;
-#ifdef LIBAGL_USE_GRALLOC_COPYBITS
- bool try_copybit;
-#endif // LIBAGL_USE_GRALLOC_COPYBITS
android_native_buffer_t* buffer;
};