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 <samuel.rodal@nokia.com>
This commit is contained in:
parent
4046ec71c8
commit
30a4245438
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user