From: Thierry Lorthiois Date: Thu, 14 Jan 2010 23:38:48 +0000 (+0000) Subject: cleanup X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftint2;a=commitdiff_plain;h=948b927bc012969a3f6452043350324c6e4ed6f8 cleanup --- diff --git a/src/tint.c b/src/tint.c index 2c99121..0004f30 100644 --- a/src/tint.c +++ b/src/tint.c @@ -263,7 +263,6 @@ int tint2_handles_click(Panel* panel, XButtonEvent* e) if (tskbar && e->button == 1 && panel_mode == MULTI_DESKTOP) return 1; if (click_clock(panel, e->x, e->y)) { - printf("ici 1 : %d\n", e->button); if ( (e->button == 1 && clock_lclick_command) || (e->button == 3 && clock_rclick_command) ) return 1; else