aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2001-11-14 13:39:30 +0000
committerPavel Janík2001-11-14 13:39:30 +0000
commit54e45ea18b3bc772e3bd12a8813aa5288e86e41c (patch)
tree80a7e779c59e44629f69a9c883163c826b7332c8 /src
parent2dc42b12c1619a2a9e4d06b37da880286cdf2fd3 (diff)
downloademacs-54e45ea18b3bc772e3bd12a8813aa5288e86e41c.tar.gz
emacs-54e45ea18b3bc772e3bd12a8813aa5288e86e41c.zip
Remove prototypes for variables `Vhighlight_wrong_size_font' and
`Vclip_large_size_font'.
Diffstat (limited to 'src')
-rw-r--r--src/fontset.h2
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;
199extern Lisp_Object Vignore_relative_composition; 199extern Lisp_Object Vignore_relative_composition;
200extern Lisp_Object Valternate_fontname_alist; 200extern Lisp_Object Valternate_fontname_alist;
201extern Lisp_Object Vfontset_alias_alist; 201extern Lisp_Object Vfontset_alias_alist;
202extern Lisp_Object Vhighlight_wrong_size_font;
203extern Lisp_Object Vclip_large_size_font;
204extern Lisp_Object Vvertical_centering_font_regexp; 202extern 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