+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 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)