simple-egl: Remove old obsolete fbo and color_rbo fields

Finally a commit that actually makes simple-egl simpler.
This commit is contained in:
Kristian Høgsberg
2012-12-11 15:23:14 -05:00
parent 3a8d3f2e98
commit bc2312c7c6
-4
View File
@@ -68,11 +68,7 @@ struct window {
struct display *display; struct display *display;
struct geometry geometry, window_size; struct geometry geometry, window_size;
struct { struct {
GLuint fbo;
GLuint color_rbo;
GLuint rotation_uniform; GLuint rotation_uniform;
GLuint pos; GLuint pos;
GLuint col; GLuint col;
} gl; } gl;