aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index d73988e..74776fe 100644
--- a/main.c
+++ b/main.c
@@ -460,7 +460,6 @@ static void update_info(void)
open_title();
}
- /* update bar contents */
if (win.bar.h == 0 || extprefix)
return;
@@ -841,7 +840,7 @@ static void run(void)
}
} while (discard);
- switch (ev.type) { /* handle events */
+ switch (ev.type) {
case ButtonPress:
on_buttonpress(&ev.xbutton);
break;