drop unused variable

This commit is contained in:
Leonardo Hernández Hernández 2024-01-15 02:19:02 +00:00
parent 417e37f988
commit 6c8be38ec4
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
1 changed files with 0 additions and 1 deletions

1
dwl.c
View File

@ -1483,7 +1483,6 @@ locksession(struct wl_listener *listener, void *data)
void
maplayersurfacenotify(struct wl_listener *listener, void *data)
{
LayerSurface *l = wl_container_of(listener, l, map);
motionnotify(0);
}