From 3434b33b19561e2de2711907e82eef51d9aa8831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Tue, 29 Apr 2014 16:38:23 -0700 Subject: [PATCH] desktop-shell: Remove unused variables --- desktop-shell/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index 9eda814c..66b7618b 100644 --- a/desktop-shell/shell.c +++ b/desktop-shell/shell.c @@ -1469,7 +1469,7 @@ constrain_position(struct weston_move_grab *move, int *cx, int *cy) { struct shell_surface *shsurf = move->base.shsurf; struct weston_pointer *pointer = move->base.grab.pointer; - int x, y, panel_height, bottom, left, right; + int x, y, panel_height, bottom; const int safety = 50; x = wl_fixed_to_int(pointer->x + move->dx);