Index: trunk/Ohana/src/kii/include/structures.h
===================================================================
--- trunk/Ohana/src/kii/include/structures.h	(revision 5700)
+++ trunk/Ohana/src/kii/include/structures.h	(revision 5852)
@@ -67,5 +67,5 @@
   int      dx, dy, x, y;
   XImage  *pix;
-  char    *data;
+  char *data;
 } Picture;
 
@@ -124,15 +124,4 @@
 } Layout;
 
-typedef struct {
-  int dx, dy, ascent;
-  unsigned char *bits;
-} RotFont;
-
-typedef struct {
-  RotFont *font;
-  char name[64];
-  int size;
-} FontSet;
-
 /* this routine is independent of the number of overlays */
 
