commit | 3434b33b19561e2de2711907e82eef51d9aa8831 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Tue Apr 29 16:38:23 2014 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Apr 29 16:38:23 2014 -0700 |
tree | 9b13dc531f5cf4b5606fc50229192723e5bdacd6 | |
parent | 9e7c7598aa44a9caaa5ebd525426623e8e86880e [diff] [blame] |
desktop-shell: Remove unused variables
diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index 9eda814..66b7618 100644 --- a/desktop-shell/shell.c +++ b/desktop-shell/shell.c
@@ -1469,7 +1469,7 @@ { 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);