diff options
Diffstat (limited to 'opengl/libagl/TextureObjectManager.cpp')
| -rw-r--r-- | opengl/libagl/TextureObjectManager.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/opengl/libagl/TextureObjectManager.cpp b/opengl/libagl/TextureObjectManager.cpp index 255ccac3565b..bbb82fc48a9c 100644 --- a/opengl/libagl/TextureObjectManager.cpp +++ b/opengl/libagl/TextureObjectManager.cpp @@ -55,9 +55,6 @@ void EGLTextureObject::init()      memset(crop_rect, 0, sizeof(crop_rect));      generate_mipmap = GL_FALSE;      direct = GL_FALSE; -#ifdef LIBAGL_USE_GRALLOC_COPYBITS -    try_copybit = false; -#endif // LIBAGL_USE_GRALLOC_COPYBITS      buffer = 0;  } | 
