aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 32fbab55008..bc7592795c4 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -9673,8 +9673,6 @@ x_wm_set_icon_position (struct frame *f, int icon_x, int icon_y)
9673static void 9673static void
9674x_check_font (struct frame *f, struct font *font) 9674x_check_font (struct frame *f, struct font *font)
9675{ 9675{
9676 Lisp_Object frame;
9677
9678 xassert (font != NULL && ! NILP (font->props[FONT_TYPE_INDEX])); 9676 xassert (font != NULL && ! NILP (font->props[FONT_TYPE_INDEX]));
9679 if (font->driver->check) 9677 if (font->driver->check)
9680 xassert (font->driver->check (f, font) == 0); 9678 xassert (font->driver->check (f, font) == 0);