From 87300491f85b8f137bd2ba31f02efd05aa2d7724 Mon Sep 17 00:00:00 2001 From: Louis Taylor Date: Tue, 27 Nov 2018 20:26:02 +0000 Subject: view_at: remove unused variable --- tinywl.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tinywl.c b/tinywl.c index bf98495..6a63e03 100644 --- a/tinywl.c +++ b/tinywl.c @@ -251,10 +251,6 @@ static bool view_at(struct tinywl_view *view, double view_sy = ly - view->y; struct wlr_surface_state *state = &view->xdg_surface->surface->current; - struct wlr_box box = { - .x = 0, .y = 0, - .width = state->width, .height = state->height, - }; double _sx, _sy; struct wlr_surface *_surface = NULL; -- cgit v1.2.3