diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/testpixbuf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c index 350b4cba1e..4fedda2b92 100644 --- a/demos/testpixbuf.c +++ b/demos/testpixbuf.c @@ -520,7 +520,7 @@ main (int argc, char **argv) int nbytes; nbytes = fread(buf, 1, readlen, file); - printf("."); +/* printf(".");*/ fflush(stdout); if (gdk_pixbuf_loader_write (GDK_PIXBUF_LOADER (pixbuf_loader), buf, nbytes) == FALSE) @@ -529,7 +529,7 @@ main (int argc, char **argv) while (gtk_events_pending()) gtk_main_iteration(); } - printf("\n"); +/* printf("\n");*/ gtk_timeout_remove (timeout); gdk_pixbuf_loader_close (GDK_PIXBUF_LOADER (pixbuf_loader)); gtk_object_destroy (GTK_OBJECT(pixbuf_loader)); |