diff options
| author | Pavel Janík | 2001-11-14 13:39:30 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-14 13:39:30 +0000 |
| commit | 54e45ea18b3bc772e3bd12a8813aa5288e86e41c (patch) | |
| tree | 80a7e779c59e44629f69a9c883163c826b7332c8 | |
| parent | 2dc42b12c1619a2a9e4d06b37da880286cdf2fd3 (diff) | |
| download | emacs-54e45ea18b3bc772e3bd12a8813aa5288e86e41c.tar.gz emacs-54e45ea18b3bc772e3bd12a8813aa5288e86e41c.zip | |
Remove prototypes for variables `Vhighlight_wrong_size_font' and
`Vclip_large_size_font'.
| -rw-r--r-- | src/fontset.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fontset.h b/src/fontset.h index 17985b9a7b1..1a920ac69ec 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -199,8 +199,6 @@ extern Lisp_Object Vuse_default_ascent; | |||
| 199 | extern Lisp_Object Vignore_relative_composition; | 199 | extern Lisp_Object Vignore_relative_composition; |
| 200 | extern Lisp_Object Valternate_fontname_alist; | 200 | extern Lisp_Object Valternate_fontname_alist; |
| 201 | extern Lisp_Object Vfontset_alias_alist; | 201 | extern Lisp_Object Vfontset_alias_alist; |
| 202 | extern Lisp_Object Vhighlight_wrong_size_font; | ||
| 203 | extern Lisp_Object Vclip_large_size_font; | ||
| 204 | extern Lisp_Object Vvertical_centering_font_regexp; | 202 | extern Lisp_Object Vvertical_centering_font_regexp; |
| 205 | 203 | ||
| 206 | /* Load a font named FONTNAME for displaying character C. All fonts | 204 | /* Load a font named FONTNAME for displaying character C. All fonts |