mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
zap leftover debug printf
This commit is contained in:
parent
9de81f3d2e
commit
0d209028be
1
menu.c
1
menu.c
@ -165,7 +165,6 @@ menu_filter(struct screen_ctx *sc, struct menu_q *menuq, char *prompt,
|
|||||||
goto out;
|
goto out;
|
||||||
/* FALLTHROUGH */
|
/* FALLTHROUGH */
|
||||||
case Expose:
|
case Expose:
|
||||||
fprintf(stderr, "expose\n");
|
|
||||||
menu_draw(sc, &mc, menuq, &resultq);
|
menu_draw(sc, &mc, menuq, &resultq);
|
||||||
break;
|
break;
|
||||||
case MotionNotify:
|
case MotionNotify:
|
||||||
|
Loading…
Reference in New Issue
Block a user