remove unneeded variables

This commit is contained in:
Leonardo Hernández Hernández 2022-03-18 11:04:34 -06:00
parent e645ea8301
commit 19c14b058c
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
1 changed files with 1 additions and 2 deletions

3
dwl.c
View File

@ -1625,8 +1625,7 @@ rendermon(struct wl_listener *listener, void *data)
* generally at the output's refresh rate (e.g. 60Hz). */
Monitor *m = wl_container_of(listener, m, frame);
Client *c;
LayerSurface *layer;
int i, skip = 0;
int skip = 0;
struct timespec now;
/* Render if no XDG clients have an outstanding resize. */