# HG changeset patch # User Kenichi Handa # Date 863743421 0 # Node ID d962c6beafbd0feefa8d09ee260ad31cb93b93cc # Parent f36ffb6f1208e56799b8bee631ed974f1ab49a5e (Fx_create_frame): Delete unnecessary code. diff -r f36ffb6f1208 -r d962c6beafbd src/xfns.c --- a/src/xfns.c Fri May 16 00:43:29 1997 +0000 +++ b/src/xfns.c Fri May 16 00:43:41 1997 +0000 @@ -3274,19 +3274,8 @@ { Lisp_Object font; - /* Determine font by the following priority. - 1. `font' parameter in parms. - 2. `font' parameter in Vdefault_frame_alist. - 3. X resource "font" ("Font"). - 4. Select a plausible font be heuristics at least for ASCII. */ - tem = Fassq (Qfont, parms); - if (NILP (tem)) - tem = Fassq (Qfont, Vdefault_frame_alist); - if (!NILP (tem)) - font = Fcdr (tem); if (! STRINGP (font)) font = x_get_arg (dpyinfo, parms, Qfont, "font", "Font", string); - BLOCK_INPUT; /* First, try whatever font the caller has specified. */ if (STRINGP (font))