From: Robin Burchell Date: Sun, 6 May 2012 22:22:13 +0000 (-0700) Subject: Remove definitions of INV_EPS and M_SQRT2. X-Git-Tag: 071012110112~1147 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30a424543858a14a649624e8ce21e4506c8d9532;p=profile%2Fivi%2Fqtbase.git Remove definitions of INV_EPS and M_SQRT2. The use of these went away in Qt 4 commit f7d61dab69308f0993c8a5f2232226d1713ac4a7. Change-Id: I0bcd52cf59f653e5b699fa7cfaf4be510bac6b88 Reviewed-by: Samuel Rødal --- diff --git a/src/gui/painting/qbezier.cpp b/src/gui/painting/qbezier.cpp index 57dc571..1a1accc 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 */