diff options
author | okan <okan> | 2013-05-02 19:41:52 +0000 |
---|---|---|
committer | okan <okan> | 2013-05-02 19:41:52 +0000 |
commit | 0d209028be47411cf2e7515dc3ce7ea9d9dc8c3c (patch) | |
tree | 50af92ded1f3e9f96f495245bf2bb66712a25915 /menu.c | |
parent | 9de81f3d2e0810f27740b32a2a81d8729eedae4a (diff) | |
download | cwm-0d209028be47411cf2e7515dc3ce7ea9d9dc8c3c.tar.gz cwm-0d209028be47411cf2e7515dc3ce7ea9d9dc8c3c.tar.xz cwm-0d209028be47411cf2e7515dc3ce7ea9d9dc8c3c.zip |
zap leftover debug printf
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/menu.c b/menu.c index 7a7db20..4a5c54f 100644 --- a/menu.c +++ b/menu.c @@ -165,7 +165,6 @@ menu_filter(struct screen_ctx *sc, struct menu_q *menuq, char *prompt, goto out; /* FALLTHROUGH */ case Expose: - fprintf(stderr, "expose\n"); menu_draw(sc, &mc, menuq, &resultq); break; case MotionNotify: |