simple-egl: Remove old obsolete fbo and color_rbo fields
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 11 Dec 2012 20:23:14 +0000 (15:23 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 11 Dec 2012 20:23:22 +0000 (15:23 -0500)
Finally a commit that actually makes simple-egl simpler.

clients/simple-egl.c

index c073330..b84fae3 100644 (file)
@@ -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;