From: Stefan Kangas Date: Fri, 5 Feb 2021 00:29:20 +0000 (+0100) Subject: * lisp/color.el: Remove Emacs 23.2 compat code. X-Git-Tag: emacs-28.0.90~3930 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1a35d2e67375f0ffe0a749a2488e13f9d96cd994;p=emacs.git * lisp/color.el: Remove Emacs 23.2 compat code. --- diff --git a/lisp/color.el b/lisp/color.el index 258acbe4053..fec36eecc33 100644 --- a/lisp/color.el +++ b/lisp/color.el @@ -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.