diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-12-15 21:53:35 +0000 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-12-15 21:53:35 +0000 |
| commit | fc41c696bbaaaa51d6fb4d0ac12f0f9d0d2016a1 (patch) | |
| tree | 94b749740faeab300724288191e82ad7b9684525 /dwm.c | |
| parent | bfa12589c768f9c3002364a4409a0379ffb2d578 (diff) | |
remove redundant bar code
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |
