aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecoanet2004-02-13 16:08:08 +0000
committerlecoanet2004-02-13 16:08:08 +0000
commit70e54016a34bb938269eae6ba3cffc8da9773e6e (patch)
treee88bc500887e13d0d13f27634c99fafc25026d68
parent17f70d4345e13af21e673806982446e50aee62ef (diff)
downloadtkzinc-70e54016a34bb938269eae6ba3cffc8da9773e6e.zip
tkzinc-70e54016a34bb938269eae6ba3cffc8da9773e6e.tar.gz
tkzinc-70e54016a34bb938269eae6ba3cffc8da9773e6e.tar.bz2
tkzinc-70e54016a34bb938269eae6ba3cffc8da9773e6e.tar.xz
Suppressed trace infos
-rw-r--r--generic/Icon.c4
-rw-r--r--generic/tkZinc.c1
2 files changed, 2 insertions, 3 deletions
diff --git a/generic/Icon.c b/generic/Icon.c
index b99739e..4526ea2 100644
--- a/generic/Icon.c
+++ b/generic/Icon.c
@@ -117,8 +117,8 @@ Init(ZnItem item,
ZnWInfo *wi = item->wi;
IconItem icon = (IconItem) item;
- printf("size of an icon(header) = %d(%d)\n",
- sizeof(IconItemStruct), sizeof(ZnItemStruct));
+ /*printf("size of an icon(header) = %d(%d)\n",
+ sizeof(IconItemStruct), sizeof(ZnItemStruct));*/
/* Init attributes */
SET(item->flags, ZN_VISIBLE_BIT);
diff --git a/generic/tkZinc.c b/generic/tkZinc.c
index 0a5818c..67f4588 100644
--- a/generic/tkZinc.c
+++ b/generic/tkZinc.c
@@ -6503,7 +6503,6 @@ DoEvent(ZnWInfo *wi,
BIND_ITEM(event->type != LeaveNotify);
if (bind_part) {
- printf("bind_part: %d %d\n", wi->current_part, part);
/*
* Add here a binding for each tag suffixed by :part
*/