From fc41c696bbaaaa51d6fb4d0ac12f0f9d0d2016a1 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Mon, 15 Dec 2025 21:53:35 +0000 Subject: remove redundant bar code --- dwm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dwm.c b/dwm.c index a0ec377..f9fbe75 100644 --- a/dwm.c +++ b/dwm.c @@ -246,7 +246,6 @@ static pid_t winpid(Window w); static const char broken[] = "broken"; static int screen; static int sw, sh; /* X display screen geometry width, height */ -static int bh; /* bar height */ static int (*xerrorxlib)(Display *, XErrorEvent *); static unsigned int numlockmask = 0; static void (*handler[LASTEvent]) (XEvent *) = { @@ -605,7 +604,6 @@ configurenotify(XEvent *e) sw = ev->width; sh = ev->height; if (updategeom() || dirty) { - drw_resize(drw, sw, bh); for (m = mons; m; m = m->next) { for (c = m->clients; c; c = c->next) if (c->isfullscreen) -- cgit v1.2.3