From aa2700dcc81e9519dd60e67a28bc8635b330ef23 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 24 Oct 2013 15:54:49 -0700 Subject: [PATCH] compositor: Remove two unused variables --- src/compositor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compositor.c b/src/compositor.c index 632bbe7..2ed6b1e 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -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) { -- 2.7.4