From 30a424543858a14a649624e8ce21e4506c8d9532 Mon Sep 17 00:00:00 2001 From: Robin Burchell Date: Sun, 6 May 2012 15:22:13 -0700 Subject: Remove definitions of INV_EPS and M_SQRT2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The use of these went away in Qt 4 commit f7d61dab69308f0993c8a5f2232226d1713ac4a7. Change-Id: I0bcd52cf59f653e5b699fa7cfaf4be510bac6b88 Reviewed-by: Samuel Rødal --- src/gui/painting/qbezier.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/gui/painting/qbezier.cpp b/src/gui/painting/qbezier.cpp index 57dc5710fa..1a1accc965 100644 --- a/src/gui/painting/qbezier.cpp +++ b/src/gui/painting/qbezier.cpp @@ -54,17 +54,6 @@ QT_BEGIN_NAMESPACE //#define QDEBUG_BEZIER -#ifdef FLOAT_ACCURACY -#define INV_EPS (1L<<23) -#else -/* The value of 1.0 / (1L<<14) is enough for most applications */ -#define INV_EPS (1L<<14) -#endif - -#ifndef M_SQRT2 -#define M_SQRT2 1.41421356237309504880 -#endif - /*! \internal */ -- cgit v1.2.3