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;