compositor: Remove unused 'fbo' field from weston_compositor
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user