emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 576d750915: Remove unused w32-* variables


From: Eli Zaretskii
Subject: master 576d750915: Remove unused w32-* variables
Date: Tue, 31 May 2022 13:29:21 -0400 (EDT)

branch: master
commit 576d75091560119205657d8d5c27c5b862776aca
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Remove unused w32-* variables
    
    * src/w32fns.c (syms_of_w32fns) <w32-bdf-filename-alist>
    <w32-strict-fontnames>: Remove unused variables.
---
 src/w32fns.c | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/src/w32fns.c b/src/w32fns.c
index e5becb5d64..a03fa3a665 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -10790,21 +10790,6 @@ bass-down, bass-boost, bass-up, treble-down, treble-up 
 */);
               doc: /* SKIP: real doc in xfns.c.  */);
   Vx_pixel_size_width_font_regexp = Qnil;
 
-  DEFVAR_LISP ("w32-bdf-filename-alist",
-              Vw32_bdf_filename_alist,
-              doc: /* List of bdf fonts and their corresponding filenames.  
*/);
-  Vw32_bdf_filename_alist = Qnil;
-
-  DEFVAR_BOOL ("w32-strict-fontnames",
-              w32_strict_fontnames,
-              doc: /* Non-nil means only use fonts that are exact matches for 
those requested.
-Default is nil, which allows old fontnames that are not XLFD compliant,
-and allows third-party CJK display to work by specifying false charset
-fields to trick Emacs into translating to Big5, SJIS etc.
-Setting this to t will prevent wrong fonts being selected when
-fontsets are automatically created.  */);
-  w32_strict_fontnames = 0;
-
   DEFVAR_BOOL ("w32-strict-painting",
               w32_strict_painting,
               doc: /* Non-nil means use strict rules for repainting frames.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]