compositor: Remove unused 'fbo' field from weston_compositor

This commit is contained in:
Kristian Høgsberg 2012-09-06 22:25:25 -04:00
parent 4226385e53
commit dd1b3f4c1b
1 changed files with 0 additions and 1 deletions

View 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;