From 11e571cd4bd817a1ec76b7bad9596d7b05c792b9 Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Thu, 11 Sep 2008 07:22:08 +0200 Subject: [PATCH] [wmfs.c] Remove debug code --- wmfs.c | 5 ----- 1 file changed, 5 deletions(-) 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);