compositor: Remove two unused variables
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 24 Oct 2013 22:54:49 +0000 (15:54 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 24 Oct 2013 22:54:49 +0000 (15:54 -0700)
src/compositor.c

index 632bbe7..2ed6b1e 100644 (file)
@@ -2689,7 +2689,6 @@ subcompositor_get_subsurface(struct wl_client *client,
        struct weston_surface *parent =
                wl_resource_get_user_data(parent_resource);
        struct weston_subsurface *sub;
-       struct weston_view *view, *subview;
        static const char where[] = "get_subsurface: wl_subsurface@";
 
        if (surface == parent) {