diff --git a/dwl.c b/dwl.c index 0ea8a05..4e8f3f2 100644 --- a/dwl.c +++ b/dwl.c @@ -1044,7 +1044,6 @@ createnotify(struct wl_listener *listener, void *data) } else if (xdg_surface->role == WLR_XDG_SURFACE_ROLE_NONE) return; - /* Allocate a Client for this surface */ c = xdg_surface->data = ecalloc(1, sizeof(*c)); c->surface.xdg = xdg_surface;