compositor: remove unused *_uniform members

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
This commit is contained in:
Pekka Paalanen
2012-01-24 14:50:14 +02:00
parent e0f3cb25e8
commit 74abeac2f6
-1
View File
@@ -146,7 +146,6 @@ struct weston_compositor {
EGLContext context; EGLContext context;
EGLConfig config; EGLConfig config;
GLuint fbo; GLuint fbo;
GLuint proj_uniform, tex_uniform, alpha_uniform;
uint32_t current_alpha; uint32_t current_alpha;
struct weston_shader texture_shader; struct weston_shader texture_shader;
struct weston_shader solid_shader; struct weston_shader solid_shader;