summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlinstruction_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-05-15 13:16:24 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-05-15 13:16:24 (GMT)
commit6648bab32355a1f64b21e6f5394825a9fbef21ea (patch)
tree1fc8d4e2f8a02d3ea4dfa31e9538b1ec0581e84c /src/declarative/qml/qmlinstruction_p.h
parent5be67ef5ad9b2f6020ffe47eecc9fd3338957bb7 (diff)
downloadQt-6648bab32355a1f64b21e6f5394825a9fbef21ea.zip
Qt-6648bab32355a1f64b21e6f5394825a9fbef21ea.tar.gz
Qt-6648bab32355a1f64b21e6f5394825a9fbef21ea.tar.bz2
Remove AssignConstant VME instruction
Diffstat (limited to 'src/declarative/qml/qmlinstruction_p.h')
-rw-r--r--src/declarative/qml/qmlinstruction_p.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/declarative/qml/qmlinstruction_p.h b/src/declarative/qml/qmlinstruction_p.h
index f06f0e6..cca99d3 100644
--- a/src/declarative/qml/qmlinstruction_p.h
+++ b/src/declarative/qml/qmlinstruction_p.h
@@ -110,9 +110,6 @@ public:
//
// Unresolved single assignment
//
- // AssignConstant - Store a value in a property. Will resolve into
- // a Store* instruction.
- AssignConstant, /* assignConstant */
AssignSignalObject, /* assignSignalObject */
AssignCustomType, /* assignCustomType */
@@ -187,10 +184,6 @@ public:
} setId;
struct {
int property;
- int constant;
- } assignConstant;
- struct {
- int property;
int castValue;
} assignObject;
struct {