diff options
-rw-r--r-- | include/render/gles2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/render/gles2.h b/include/render/gles2.h index 1857383f..593c7d1c 100644 --- a/include/render/gles2.h +++ b/include/render/gles2.h @@ -16,8 +16,6 @@ #include <wlr/render/wlr_texture.h> #include <wlr/util/log.h> -extern PFNGLEGLIMAGETARGETTEXTURE2DOESPROC glEGLImageTargetTexture2DOES; - struct wlr_gles2_pixel_format { enum wl_shm_format wl_format; GLint gl_format, gl_type; |