From 0ff3c67ab326bfc908bf30bf53cf48d1c476405e Mon Sep 17 00:00:00 2001 From: thilor77 Date: Thu, 14 Jan 2010 23:38:48 +0000 Subject: [PATCH] cleanup git-svn-id: http://tint2.googlecode.com/svn/trunk@351 121b4492-b84c-0410-8b4c-0d4edfb3f3cc --- src/tint.c | 1 - 1 file changed, 1 deletion(-) 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