aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllocale_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmllocale_p.h')
-rw-r--r--src/qml/qml/qqmllocale_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/qml/qqmllocale_p.h b/src/qml/qml/qqmllocale_p.h
index dcf4a349c4..8ec7cbf61f 100644
--- a/src/qml/qml/qqmllocale_p.h
+++ b/src/qml/qml/qqmllocale_p.h
@@ -139,10 +139,6 @@ struct QQmlLocaleData : public QV4::Object
}
QLocale locale;
};
- struct {
- QLocale locale;
- } __data;
-
V4_OBJECT(Object)
static QLocale *getThisLocale(QV4::CallContext *ctx) {