diff options
| -rw-r--r-- | lisp/term/tty-colors.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/term/tty-colors.el b/lisp/term/tty-colors.el index 70323e3155b..5622efa022d 100644 --- a/lisp/term/tty-colors.el +++ b/lisp/term/tty-colors.el @@ -63,7 +63,6 @@ ;;; Code: (defvar msdos-color-values) -(defvar w32-tty-standard-colors) ;; The following list is taken from rgb.txt distributed with X. ;; @@ -816,8 +815,6 @@ Value is the modified color alist for FRAME." "Register the default set of colors for a character terminal." (let* ((colors (cond ((eq window-system 'pc) msdos-color-values) - ((eq system-type 'windows-nt) - w32-tty-standard-colors) (t tty-standard-colors))) (color (car colors))) (while colors |
