aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2016-02-21 22:25:24 -0800
committerThiago Macieira <thiago.macieira@intel.com>2016-02-22 08:14:24 +0000
commitdd70d3d4d728c6465b7f92ccb9a607f2111b5079 (patch)
tree231bf64bbe41765a928fa3ae4590a90d452373cf /src/qml
parent39df6760e4db6af700c46a420286b51113b5dadb (diff)
Remove unused static const non-constexpr variable
Change-Id: I0c94a5c2846b48c8aea7ffff14352f8a247c8cec Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/jsruntime/qv4mathobject.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/jsruntime/qv4mathobject.cpp b/src/qml/jsruntime/qv4mathobject.cpp
index 3d3ac84576..5d1dbe69e1 100644
--- a/src/qml/jsruntime/qv4mathobject.cpp
+++ b/src/qml/jsruntime/qv4mathobject.cpp
@@ -45,8 +45,6 @@ using namespace QV4;
DEFINE_OBJECT_VTABLE(MathObject);
-static const double qt_PI = 2.0 * ::asin(1.0);
-
Heap::MathObject::MathObject()
{
Scope scope(internalClass->engine);