summaryrefslogtreecommitdiff
path: root/cogl/driver/gles/cogl-context-driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/driver/gles/cogl-context-driver.c')
-rw-r--r--cogl/driver/gles/cogl-context-driver.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cogl/driver/gles/cogl-context-driver.c b/cogl/driver/gles/cogl-context-driver.c
index ee38b9b9..6660db1f 100644
--- a/cogl/driver/gles/cogl-context-driver.c
+++ b/cogl/driver/gles/cogl-context-driver.c
@@ -31,8 +31,6 @@
void
_cogl_create_context_driver (CoglContext *context)
{
- context->drv.texture_download_material = COGL_INVALID_HANDLE;
-
/* Init the GLES2 wrapper */
#ifdef HAVE_COGL_GLES2
cogl_gles2_wrapper_init (&context->drv.gles2);