diff options
| author | Richard M. Stallman | 1998-02-06 08:46:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-02-06 08:46:39 +0000 |
| commit | b7482a526103ebbbfbaf3f13832a207d8fd1a93b (patch) | |
| tree | d9ed5213fbf302c722118127a1c303aea388eb97 | |
| parent | 9d21b6279fa5c5687b852121264e90d4267e950f (diff) | |
| download | emacs-b7482a526103ebbbfbaf3f13832a207d8fd1a93b.tar.gz emacs-b7482a526103ebbbfbaf3f13832a207d8fd1a93b.zip | |
(GENERIC_FONT_PTR): Commented-out definition deleted.
| -rw-r--r-- | src/fontset.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fontset.h b/src/fontset.h index b99d7de576a..8d21bd7a511 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -22,10 +22,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 22 | #ifndef _FONTSET_H | 22 | #ifndef _FONTSET_H |
| 23 | #define _FONTSET_H | 23 | #define _FONTSET_H |
| 24 | 24 | ||
| 25 | /* | ||
| 26 | |||
| 27 | #define GENERIC_FONT_PTR void | ||
| 28 | |||
| 29 | /* This data type is used for the font_table field of window system | 25 | /* This data type is used for the font_table field of window system |
| 30 | depending data area (e.g. struct x_display_info on X window). */ | 26 | depending data area (e.g. struct x_display_info on X window). */ |
| 31 | 27 | ||