diff options
-rw-r--r-- | lisp/term/pc-win.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index 855642a3d2a..9417099f4f9 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el @@ -235,13 +235,6 @@ support other types of selections." (defun x-frob-font-weight (font which) font) (make-obsolete 'x-frob-font-weight 'make-face-... "21.1") -(defun x-font-family-list () - "Return a list of available font families on FRAME.\n\ -If FRAME is omitted or nil, use the selected frame.\n\ -Value is a list of conses (FAMILY . FIXED-P) where FAMILY\n\ -is a font family, and FIXED-P is non-nil if fonts of that family\n\ -are fixed-pitch." - '(("default" . t))) ;; From src/fontset.c: (fset 'query-fontset 'ignore) |