X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=draw.c;h=b8b6c1db6378ff145693506edfb6bfd76f445142;hb=7b6d5ff29863e4bc7ba787357133ffb9bc5157e6;hp=3938e5e6e971c5b507913495c0c610f99ac9b210;hpb=2dd5212a795b27422d601df0566ae0d6644bd4c8;p=dwm.git diff --git a/draw.c b/draw.c index 3938e5e..b8b6c1d 100644 --- a/draw.c +++ b/draw.c @@ -133,8 +133,6 @@ drawstatus() void drawtitle(Client *c) { - int i; - if(c == sel && issel) { drawstatus(); XUnmapWindow(dpy, c->twin);