sowm: remove now pointless checks

This commit is contained in:
Dylan Araps 2019-10-19 13:24:17 +03:00
parent 7316c149b8
commit fa3c276ce6
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

4
sowm.c
View File

@ -218,11 +218,11 @@ void ws_go(const Arg arg) {
ws_save(ws); ws_save(ws);
ws_sel(arg.i); ws_sel(arg.i);
if (list) for win XMapWindow(d, c->w); for win XMapWindow(d, c->w);
ws_sel(tmp); ws_sel(tmp);
if (list) for win XUnmapWindow(d, c->w); for win XUnmapWindow(d, c->w);
ws_sel(arg.i); ws_sel(arg.i);