aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4stringobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4stringobject_p.h')
-rw-r--r--src/qml/jsruntime/qv4stringobject_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/jsruntime/qv4stringobject_p.h b/src/qml/jsruntime/qv4stringobject_p.h
index f7a120bc74..0fc556f849 100644
--- a/src/qml/jsruntime/qv4stringobject_p.h
+++ b/src/qml/jsruntime/qv4stringobject_p.h
@@ -57,10 +57,6 @@ struct StringObject: Object {
// ### get rid of tmpProperty
mutable Property tmpProperty;
};
- struct {
- Value value;
- mutable Property tmpProperty;
- } __data;
V4_OBJECT(Object)
Q_MANAGED_TYPE(StringObject)