From dd1b3f4c1b7f68a73ca169bde83b40f2e0ca0efd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 6 Sep 2012 22:25:25 -0400 Subject: [PATCH] compositor: Remove unused 'fbo' field from weston_compositor --- src/compositor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compositor.h b/src/compositor.h index 728be6f..2954703 100644 --- a/src/compositor.h +++ b/src/compositor.h @@ -282,7 +282,6 @@ struct weston_compositor { EGLDisplay egl_display; EGLContext egl_context; EGLConfig egl_config; - GLuint fbo; struct weston_shader texture_shader_rgba; struct weston_shader texture_shader_rgbx; struct weston_shader texture_shader_egl_external; -- 2.7.4