compositor: Remove unused 'fbo' field from weston_compositor

dev
Kristian Høgsberg 13 years ago
parent 4226385e53
commit dd1b3f4c1b
  1. 1
      src/compositor.h

@ -282,7 +282,6 @@ struct weston_compositor {
EGLDisplay egl_display; EGLDisplay egl_display;
EGLContext egl_context; EGLContext egl_context;
EGLConfig egl_config; EGLConfig egl_config;
GLuint fbo;
struct weston_shader texture_shader_rgba; struct weston_shader texture_shader_rgba;
struct weston_shader texture_shader_rgbx; struct weston_shader texture_shader_rgbx;
struct weston_shader texture_shader_egl_external; struct weston_shader texture_shader_egl_external;

Loading…
Cancel
Save