remove blank line

This commit is contained in:
Guido Cella 2020-08-29 08:42:17 +02:00
parent 3203d1bafd
commit 5d4eadeb8e
1 changed files with 0 additions and 1 deletions

1
dwl.c
View File

@ -882,7 +882,6 @@ createlayersurface(struct wl_listener *listener, void *data)
layersurface->surface_commit.notify = commitlayersurfacenotify;
wl_signal_add(&wlr_layer_surface->surface->events.commit,
&layersurface->surface_commit);
layersurface->destroy.notify = destroylayersurfacenotify;
wl_signal_add(&wlr_layer_surface->events.destroy, &layersurface->destroy);
layersurface->map.notify = maplayersurfacenotify;