]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove variables `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
authorPavel Janík <Pavel@Janik.cz>
Wed, 14 Nov 2001 13:38:51 +0000 (13:38 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 14 Nov 2001 13:38:51 +0000 (13:38 +0000)
src/fontset.c

index 8c46398e3bfec84885387f32e097cd5f31e0da31..1f5db2a9dfc0070959464e127c913d88b359494a 100644 (file)
@@ -136,8 +136,6 @@ Lisp_Object Vuse_default_ascent;
 Lisp_Object Vignore_relative_composition;
 Lisp_Object Valternate_fontname_alist;
 Lisp_Object Vfontset_alias_alist;
-Lisp_Object Vhighlight_wrong_size_font;
-Lisp_Object Vclip_large_size_font;
 Lisp_Object Vvertical_centering_font_regexp;
 
 /* The following six are declarations of callback functions depending
@@ -1469,14 +1467,6 @@ alternate fontnames (if any) are tried instead.  */);
                                       build_string ("fontset-default")),
                                Qnil);
 
-  DEFVAR_LISP ("highlight-wrong-size-font", &Vhighlight_wrong_size_font,
-              doc: /* *This variable is obsolete.  */);
-  Vhighlight_wrong_size_font = Qnil;
-
-  DEFVAR_LISP ("clip-large-size-font", &Vclip_large_size_font,
-              doc: /* *This variable is obsolete.  */);
-  Vclip_large_size_font = Qt;
-
   DEFVAR_LISP ("vertical-centering-font-regexp",
               &Vvertical_centering_font_regexp,
               doc: /* *Regexp matching font names that require vertical centering on display.