pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src font.h ChangeLog


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src font.h ChangeLog
Date: Sat, 04 Feb 2006 04:36:22 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Branch:         
Changes by:     Ben Pfaff <address@hidden>      06/02/04 04:36:22

Modified files:
        src            : font.h ChangeLog 

Log message:
        Remove unused struct.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/font.h.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/ChangeLog.diff?tr1=1.260&tr2=1.261&r1=text&r2=text

Patches:
Index: pspp/src/ChangeLog
diff -u pspp/src/ChangeLog:1.260 pspp/src/ChangeLog:1.261
--- pspp/src/ChangeLog:1.260    Sun Jan 29 02:41:11 2006
+++ pspp/src/ChangeLog  Sat Feb  4 04:36:22 2006
@@ -1,3 +1,7 @@
+Fri Feb  3 20:34:52 2006  Ben Pfaff  <address@hidden>
+
+       * font.h: (struct font_set) Removed, because unused.
+
 Sat Jan 28 17:45:36 2006  Ben Pfaff  <address@hidden>
 
        Cleaner (faster?) way to compact cases.
Index: pspp/src/font.h
diff -u pspp/src/font.h:1.4 pspp/src/font.h:1.5
--- pspp/src/font.h:1.4 Sun May  1 07:24:24 2005
+++ pspp/src/font.h     Sat Feb  4 04:36:22 2006
@@ -103,13 +103,6 @@
 /* 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]