# HG changeset patch
# User Pavel Janík <Pavel@Janik.cz>
# Date 1005745131 0
# Node ID c0f330e36e98a46b0da5d3ba89c97b854eb21878
# Parent  b7eed8a7f650dfbd2fae2ade1044183f736cc22f
Remove variables `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.

diff -r b7eed8a7f650 -r c0f330e36e98 src/fontset.c
--- a/src/fontset.c	Wed Nov 14 13:34:06 2001 +0000
+++ b/src/fontset.c	Wed Nov 14 13:38:51 2001 +0000
@@ -136,8 +136,6 @@
 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 @@
 				       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.