From c1c113a134ecac14cd05a464b67acc337318747f Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 6 Mar 2001 07:59:52 +0000 Subject: [PATCH] printif nono SVN revision: 4324 --- legacy/ecore/src/e_x.c | 1 - 1 file changed, 1 deletion(-) diff --git a/legacy/ecore/src/e_x.c b/legacy/ecore/src/e_x.c index cb64d577b6..4e1498345f 100644 --- a/legacy/ecore/src/e_x.c +++ b/legacy/ecore/src/e_x.c @@ -2919,7 +2919,6 @@ e_selection_set(char *string) XChangeProperty(disp, target, dest, XA_STRING, 8, PropModeReplace, string, strlen(string)); - printf("window %x\n", target); return target; }