From 1a35d2e67375f0ffe0a749a2488e13f9d96cd994 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 5 Feb 2021 01:29:20 +0100 Subject: [PATCH] * lisp/color.el: Remove Emacs 23.2 compat code. --- lisp/color.el | 5 ----- 1 file changed, 5 deletions(-) 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. -- 2.39.2