From 65fe9d6616c8b0872fdc205e7a177cb798c39939 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Sun, 15 Jun 2008 08:44:32 +0000 Subject: [PATCH] Remove printf SVN revision: 34828 --- src/bin/e_dnd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_dnd.c b/src/bin/e_dnd.c index 48ab99cff..7c61b6df6 100644 --- a/src/bin/e_dnd.c +++ b/src/bin/e_dnd.c @@ -606,7 +606,6 @@ _e_drag_win_matches(E_Drop_Handler *h, Ecore_X_Window win) break; } } - printf("0x%x == 0x%x\n", win, hwin); if (win == hwin) return 1; return 0; } @@ -1185,7 +1184,6 @@ _e_dnd_cb_event_dnd_position(void *data, int type, void *event) } else { - printf("Position over xdnd: 0x%x, 0x%x\n", ev->win, ev->source); _e_drag_update(ev->win, ev->position.x, ev->position.y); ecore_x_dnd_send_status(1, 0, rect, ECORE_X_DND_ACTION_PRIVATE); }