diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-27 03:41:53 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-27 03:41:53 (GMT) |
commit | e4e735ea8c5ae8e65668938d7af2fb11e1cb6c0e (patch) | |
tree | 5073fa9433a31baa06df3fbce781eeeb4a2ba942 /src/declarative/qml/qmlinstruction_p.h | |
parent | 65ba2e6f8a57058305e4ca3bdf77c4e8fed3c243 (diff) | |
download | Qt-e4e735ea8c5ae8e65668938d7af2fb11e1cb6c0e.zip Qt-e4e735ea8c5ae8e65668938d7af2fb11e1cb6c0e.tar.gz Qt-e4e735ea8c5ae8e65668938d7af2fb11e1cb6c0e.tar.bz2 |
Simplify and comment compiler
Diffstat (limited to 'src/declarative/qml/qmlinstruction_p.h')
-rw-r--r-- | src/declarative/qml/qmlinstruction_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlinstruction_p.h b/src/declarative/qml/qmlinstruction_p.h index abefd6c..5c6fa5a 100644 --- a/src/declarative/qml/qmlinstruction_p.h +++ b/src/declarative/qml/qmlinstruction_p.h @@ -235,7 +235,6 @@ public: } storeRect; struct { int propertyIndex; - int cast; } storeObject; struct { int propertyIndex; |