diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-11-14 13:39:30 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-11-14 13:39:30 +0000 |
commit | 54e45ea18b3bc772e3bd12a8813aa5288e86e41c (patch) | |
tree | 80a7e779c59e44629f69a9c883163c826b7332c8 /src/fontset.h | |
parent | 2dc42b12c1619a2a9e4d06b37da880286cdf2fd3 (diff) | |
download | emacs-54e45ea18b3bc772e3bd12a8813aa5288e86e41c.tar.gz |
Remove prototypes for variables `Vhighlight_wrong_size_font' and
`Vclip_large_size_font'.
Diffstat (limited to 'src/fontset.h')
-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; extern Lisp_Object Vignore_relative_composition; extern Lisp_Object Valternate_fontname_alist; extern Lisp_Object Vfontset_alias_alist; -extern Lisp_Object Vhighlight_wrong_size_font; -extern Lisp_Object Vclip_large_size_font; extern Lisp_Object Vvertical_centering_font_regexp; /* Load a font named FONTNAME for displaying character C. All fonts |