diff options
Diffstat (limited to 'generic')
-rw-r--r-- | generic/Icon.c | 4 | ||||
-rw-r--r-- | generic/tkZinc.c | 1 |
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 */ |