aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4/qv4v8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v4/qv4v8.cpp')
-rw-r--r--src/qml/qml/v4/qv4v8.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/qml/qml/v4/qv4v8.cpp b/src/qml/qml/v4/qv4v8.cpp
index 16121826da..a7e8436a4a 100644
--- a/src/qml/qml/v4/qv4v8.cpp
+++ b/src/qml/qml/v4/qv4v8.cpp
@@ -1822,13 +1822,6 @@ ObjectTemplate::ObjectTemplate()
m_useUserComparison = false;
}
-Handle<Primitive> Undefined()
-{
- Handle<Primitive> val;
- val.val = QV4::Value::undefinedValue().val;
- return val;
-}
-
Handle<Primitive> Null()
{
Handle<Primitive> val;