summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlinstruction_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-05-26 06:48:12 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-05-26 06:48:12 (GMT)
commit34163a31908ac00cf20ba3c8c885e767bdfbc0e0 (patch)
treef2a26e7162f5f369a5d6f7588e3d17484c19847e /src/declarative/qml/qmlinstruction_p.h
parent6fb3a8884701b3a08607d0d8ec2e67fabf56d468 (diff)
downloadQt-34163a31908ac00cf20ba3c8c885e767bdfbc0e0.zip
Qt-34163a31908ac00cf20ba3c8c885e767bdfbc0e0.tar.gz
Qt-34163a31908ac00cf20ba3c8c885e767bdfbc0e0.tar.bz2
Unify the store instructions into the main VME switch
Diffstat (limited to 'src/declarative/qml/qmlinstruction_p.h')
-rw-r--r--src/declarative/qml/qmlinstruction_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlinstruction_p.h b/src/declarative/qml/qmlinstruction_p.h
index 8959794..190cab5 100644
--- a/src/declarative/qml/qmlinstruction_p.h
+++ b/src/declarative/qml/qmlinstruction_p.h
@@ -83,7 +83,6 @@ public:
// StoreObject - Pop the object on the top of the object stack and
// store it in a core property
StoreReal, /* storeReal */
- StoreInstructionsStart = StoreReal,
StoreInteger, /* storeInteger */
StoreBool, /* storeBool */
StoreString, /* storeString */
@@ -99,7 +98,6 @@ public:
StoreRectF, /* storeRect */
StoreVariant, /* storeString */
StoreObject, /* storeObject */
- StoreInstructionsEnd = StoreObject,
StoreVariantObject, /* storeObject */
StoreInterface, /* storeObject */