diff --git a/clients/simple-egl.c b/clients/simple-egl.c index c073330a..b84fae34 100644 --- a/clients/simple-egl.c +++ b/clients/simple-egl.c @@ -68,11 +68,7 @@ struct window { struct display *display; struct geometry geometry, window_size; struct { - GLuint fbo; - GLuint color_rbo; - GLuint rotation_uniform; - GLuint pos; GLuint col; } gl;