Remove spurious "foo" from wmii9menu output.

This commit is contained in:
Kris Maglione 2009-11-19 20:33:32 -05:00
parent ea9da60c34
commit 9b2619ae43
1 changed files with 1 additions and 2 deletions

View File

@ -48,7 +48,7 @@
#include <util.h>
#include <x11.h>
char version[] = "@(#) wmii9menu version 1.8";
char version[] = "wmii9menu-" VERSION " ©2009 Kris Maglione, ©1994 David Hogan, Arnold Robbins";
static Window* menuwin;
@ -319,7 +319,6 @@ redraw(int high, int wide)
fill(menuwin, r, c->bg);
drawstring(menuwin, font, r, Center, labels[i], c->fg);
}
drawstring(menuwin, font, Rect(0, 0, 15, 15), West, "foo", cnorm.fg);
}
/* warpmouse --- bring the mouse to the menu */