diff --git a/wmfs.c b/wmfs.c index 8e67207..68c86ef 100644 --- a/wmfs.c +++ b/wmfs.c @@ -1308,11 +1308,6 @@ updatebar(void) { tm->tm_hour, tm->tm_min); - /* - getstatuscmd("/home/martin/status.sh", status, sizeof status); - sprintf(bartext, "%s", status); - */ - debug(89); j = strlen(bartext); XSetForeground(dpy, gc, conf.colors.text); XDrawString(dpy, bar, gc, mw - j * fonty, fonth-1 , bartext ,j);