src/gtkft.c

changeset 4680
7e237ffe070f
parent 4675
8e0a7b537ca2
child 4687
91ad36873636
--- a/src/gtkft.c	Sat Mar 08 19:07:50 2003 +0000
+++ b/src/gtkft.c	Sun Mar 09 03:24:34 2003 +0000
@@ -510,7 +510,6 @@
 		GtkWidget *label;
 		char buf[256];
 
-		printf("Adding %s\n", labels[i].desc);
 		g_snprintf(buf, sizeof(buf), "<b>%s</b>", labels[i].desc);
 
 		*labels[i].desc_label = label = gtk_label_new(NULL);

mercurial