compositor: Drop unused wl_shm field
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 11 Sep 2012 18:07:19 +0000 (14:07 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 11 Sep 2012 18:07:19 +0000 (14:07 -0400)
src/compositor.h

index a1e6f85..0d1699f 100644 (file)
@@ -276,7 +276,6 @@ struct weston_renderer {
 };
 
 struct weston_compositor {
-       struct wl_shm *shm;
        struct wl_signal destroy_signal;
 
        EGLDisplay egl_display;