Index: /trunk/Ohana/src/kii/button/PSit.c
===================================================================
--- /trunk/Ohana/src/kii/button/PSit.c	(revision 5700)
+++ /trunk/Ohana/src/kii/button/PSit.c	(revision 5701)
@@ -113,4 +113,5 @@
 }
 
+# if (0)
 void ConvertPixmap (Layout *layout, File *f) {
   
@@ -239,4 +240,5 @@
   }
 }
+# endif
 
 void ConvertPixmap8 (Layout *layout, FILE *f) {
Index: /trunk/Ohana/src/kii/colorbar/SetColormap.c
===================================================================
--- /trunk/Ohana/src/kii/colorbar/SetColormap.c	(revision 5700)
+++ /trunk/Ohana/src/kii/colorbar/SetColormap.c	(revision 5701)
@@ -10,5 +10,4 @@
   /* greyscale */
   if ((!strcmp (name, "grayscale")) || (!strcmp (name, "greyscale"))) {
-    fprintf (stderr, "setting greyscale : %d\n", layout[0].Npixels);
     for (i = 0; i < layout[0].Npixels; i++) {  
       layout[0].cmap[i].red = 256*(255 - 255*i/layout[0].Npixels);
@@ -90,13 +89,10 @@
   if (!USE_XWINDOW) return (TRUE);
   if (graphic[0].visualclass) {
-    fprintf (stderr, "storing colors\n");
     XStoreColors(graphic[0].display, graphic[0].colormap, layout[0].cmap, layout[0].Npixels);
   } else {
     for (i = 0; i < layout[0].Npixels; i++) {
-      fprintf (stderr, "%04x %04x %04x  ->  ", layout[0].cmap[i].red, layout[0].cmap[i].green, layout[0].cmap[i].blue);
       if (XAllocColor (graphic[0].display, graphic[0].colormap, &layout[0].cmap[i]) == 0) {
 	fprintf (stderr, "error on %d\n", i);
       }
-      fprintf (stderr, "%04x %04x %04x\n", layout[0].cmap[i].red, layout[0].cmap[i].green, layout[0].cmap[i].blue);
     }
   }
