aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index ee32011..561f88f 100644
--- a/main.c
+++ b/main.c
@@ -92,7 +92,6 @@ drawmenu()
/* determine maximum items */
for(i = curr; i != next; i=i->right) {
- dc.border = False;
dc.w = textw(i->text);
if(dc.w > mw / 3)
dc.w = mw / 3;