Remove unused struct.
authorBen Pfaff <blp@gnu.org>
Sat, 4 Feb 2006 04:36:22 +0000 (04:36 +0000)
committerBen Pfaff <blp@gnu.org>
Sat, 4 Feb 2006 04:36:22 +0000 (04:36 +0000)
src/ChangeLog
src/font.h

index a85914ac1598651525c559deceedd26bc280bc37..057a44175407c27700d044319c7fe60b801c0651 100644 (file)
@@ -1,3 +1,7 @@
+Fri Feb  3 20:34:52 2006  Ben Pfaff  <blp@gnu.org>
+
+       * font.h: (struct font_set) Removed, because unused.
+
 Sat Jan 28 17:45:36 2006  Ben Pfaff  <blp@gnu.org>
 
        Cleaner (faster?) way to compact cases.
index a709667c88d6218f522923e78f74f10a51fc183a..e4b327830e832ca7f6bc89bfa94f3fed6f62bc14 100644 (file)
@@ -103,13 +103,6 @@ struct font_desc
 /* Index into deref[] of character with name "space". */
 extern int space_index;
 
-/* A set of fonts. */
-struct font_set
-  {
-    struct font_set *next, *prev;      /* Next, previous in chain. */
-    struct font_desc *font;            /* Current font. */
-  };
-
 /* Functions to work with any font. */
 #define destroy_font(FONT)                     \
        pool_destroy (FONT->owner)