Don't define wl_shell in wayland-server.h
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 22 Apr 2011 21:54:18 +0000 (17:54 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 22 Apr 2011 21:54:18 +0000 (17:54 -0400)
wayland/wayland-server.h

index 0a6931c..649bb6b 100644 (file)
@@ -146,10 +146,6 @@ struct wl_surface {
        struct wl_list destroy_listener_list;
 };
 
-struct wl_shell {
-       struct wl_object object;
-};
-
 struct wl_grab;
 struct wl_grab_interface {
        void (*motion)(struct wl_grab *grab,