* lisp/color.el: Remove Emacs 23.2 compat code.

This commit is contained in:
Stefan Kangas 2021-02-05 01:29:20 +01:00
parent ce1a4cd54c
commit 1a35d2e673

View file

@ -33,11 +33,6 @@
;;; Code:
;; Emacs < 23.3
(eval-and-compile
(unless (boundp 'float-pi)
(defconst float-pi (* 4 (atan 1)) "The value of Pi (3.1415926...).")))
;;;###autoload
(defun color-name-to-rgb (color &optional frame)
"Convert COLOR string to a list of normalized RGB components.