view_at: remove unused variable

This commit is contained in:
Louis Taylor 2018-11-27 20:26:02 +00:00 committed by Drew DeVault
parent b1d820c492
commit b3f51e39f8
1 changed files with 0 additions and 4 deletions

View File

@ -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;