Index: trunk/Ohana/src/kapa/include/structures.h
===================================================================
--- trunk/Ohana/src/kapa/include/structures.h	(revision 5611)
+++ trunk/Ohana/src/kapa/include/structures.h	(revision 5852)
@@ -88,4 +88,5 @@
 } Overlay;
   
+# if (0)
 typedef struct {
   char      ctype[16];
@@ -95,4 +96,5 @@
   double    pc2_1, pc2_2;
 } Coords;
+# endif
 
 typedef struct {
@@ -110,15 +112,4 @@
   char label[64];
 } Axis;
-
-typedef struct {
-  int dx, dy, ascent;
-  unsigned char *bits;
-} RotFont;
-
-typedef struct {
-  RotFont *font;
-  char name[64];
-  int size;
-} FontSet;
 
 /******** Here we define the Layout struct specific to this program  *******/
