From bc2312c7c6506d03f396d1b41f91ff3a80085714 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Tue, 11 Dec 2012 15:23:14 -0500 Subject: [PATCH] simple-egl: Remove old obsolete fbo and color_rbo fields Finally a commit that actually makes simple-egl simpler. --- clients/simple-egl.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/clients/simple-egl.c b/clients/simple-egl.c index c073330..b84fae3 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; -- 2.7.4