compositor: Remove unused 'fbo' field from weston_compositor
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 7 Sep 2012 02:25:25 +0000 (22:25 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 11 Sep 2012 00:37:48 +0000 (20:37 -0400)
src/compositor.h

index 728be6f..2954703 100644 (file)
@@ -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;