summaryrefslogtreecommitdiff
path: root/boilerplate/cairo-boilerplate-egl.c
diff options
context:
space:
mode:
Diffstat (limited to 'boilerplate/cairo-boilerplate-egl.c')
-rw-r--r--boilerplate/cairo-boilerplate-egl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/boilerplate/cairo-boilerplate-egl.c b/boilerplate/cairo-boilerplate-egl.c
index c44441cc5..8196b1ffd 100644
--- a/boilerplate/cairo-boilerplate-egl.c
+++ b/boilerplate/cairo-boilerplate-egl.c
@@ -42,8 +42,6 @@
#include <GL/gl.h>
#endif
-static const cairo_user_data_key_t gl_closure_key;
-
typedef struct _egl_target_closure {
EGLDisplay dpy;
EGLContext ctx;