diff options
author | Louis Taylor <[email protected]> | 2018-11-27 20:26:02 +0000 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2018-11-27 21:36:24 -0500 |
commit | 87300491f85b8f137bd2ba31f02efd05aa2d7724 (patch) | |
tree | 0a744b82164604ca525d51428065ba768ab6eac0 | |
parent | 5e44d3b49815ea1badf3276b763bb6eb5a2c00b9 (diff) |
view_at: remove unused variable
-rw-r--r-- | tinywl.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; |