From 7920ba0cd5929c0f8e68bda1be973650f3718add Mon Sep 17 00:00:00 2001 From: Palanix Date: Tue, 18 Jan 2022 20:41:52 +0100 Subject: [PATCH] Remove unneeded selmon --- dwl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dwl.c b/dwl.c index 487c1c3..7735a0d 100644 --- a/dwl.c +++ b/dwl.c @@ -887,7 +887,6 @@ createnotify(struct wl_listener *listener, void *data) Client *c; if (xdg_surface->role == WLR_XDG_SURFACE_ROLE_POPUP) { - Monitor *selmo = xytomon(cursor->x, cursor->y); Client *c = wlr_xdg_surface_from_wlr_surface(xdg_surface->popup->parent)->data; struct wlr_box pop_box = { .x = 0,