diff options
Diffstat (limited to 'src/frame.c')
-rw-r--r-- | src/frame.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c index 467f6bd1482..323bfc1c37d 100644 --- a/src/frame.c +++ b/src/frame.c @@ -3359,7 +3359,7 @@ x_set_font (f, arg, oldval) struct frame *f; Lisp_Object arg, oldval; { - Lisp_Object frame, font_object, lval; + Lisp_Object frame, font_object; int fontset = -1; /* Set the frame parameter back to the old value because we may @@ -3427,7 +3427,6 @@ x_set_font (f, arg, oldval) if (! NILP (Fequal (font_object, oldval))) return; - x_new_font (f, font_object, fontset); store_frame_param (f, Qfont, arg); /* Recalculate toolbar height. */ |