Remove unused private definitions and function

Remove two definitions and one function not used anywhere in the Qt
source code.

Change-Id: I275e7c7a2d52dd4ac90cc9e6c782cbdfc14791f3
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
bb10
Allan Sandfeld Jensen 2015-02-26 13:27:24 +01:00
parent 01d5c77389
commit ad2d4e8386
1 changed files with 0 additions and 7 deletions

View File

@ -50,15 +50,8 @@
QT_BEGIN_NAMESPACE
static const qreal Q_PI = qreal(M_PI); // pi
static const qreal Q_2PI = qreal(2 * M_PI); // 2*pi
static const qreal Q_PI2 = qreal(M_PI_2); // pi/2
static const qreal Q_MM_PER_INCH = 25.4;
inline int qIntSqrtInt(int v)
{
return static_cast<int>(qSqrt(static_cast<qreal>(v)));
}
QT_END_NAMESPACE
#endif // QMATH_P_H