diff options
Diffstat (limited to 'include/render/gles2.h')
-rw-r--r-- | include/render/gles2.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/render/gles2.h b/include/render/gles2.h index 7bfd6235..be9a5a7d 100644 --- a/include/render/gles2.h +++ b/include/render/gles2.h @@ -61,13 +61,6 @@ struct wlr_gles2_renderer { GLint color; GLint pos_attrib; } quad; - struct { - GLuint program; - GLint proj; - GLint color; - GLint pos_attrib; - GLint tex_attrib; - } ellipse; struct wlr_gles2_tex_shader tex_rgba; struct wlr_gles2_tex_shader tex_rgbx; struct wlr_gles2_tex_shader tex_ext; |