commit | 46e64ee3e13912cf7f42772cb270154e083aec09 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Thu Jan 26 09:28:42 2012 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Jan 26 09:28:42 2012 -0500 |
tree | db41cfcd7d110120eba8f4a6e3720929af85db07 | |
parent | 2200d70e568abb544f62f0ecc70f7dccd7c6a660 [diff] [blame] |
compositor: Drop unused saved_texture surface field
diff --git a/src/compositor.h b/src/compositor.h index b995b13..e318d7b 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -226,7 +226,7 @@ struct weston_surface { struct wl_surface surface; struct weston_compositor *compositor; - GLuint texture, saved_texture; + GLuint texture; pixman_region32_t damage; pixman_region32_t opaque; int32_t x, y, width, height;