Index: trunk/Ohana/src/kapa/include/alphabet.h
===================================================================
--- trunk/Ohana/src/kapa/include/alphabet.h	(revision 5610)
+++ trunk/Ohana/src/kapa/include/alphabet.h	(revision 5611)
@@ -1,13 +1,2 @@
-typedef struct {
-  int dx, dy, ascent;
-  char *bits;
-} RotFont;
-
-typedef struct {
-  RotFont *font;
-  char name[64];
-  int size;
-} FontSet;
-
 # include "../rotfont/times8.h"
 # include "../rotfont/times12.h"
@@ -62,10 +51,3 @@
 
 /* put these as static in RotFont.c with accessor functions */
-int Nallfonts;
-FontSet *AllFonts;
-RotFont *activefont;
-double activescale;
-
-char currentname[64];
-int  currentsize;
 # define NROT 256
