diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-15 13:16:24 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-15 13:16:24 (GMT) |
commit | 6648bab32355a1f64b21e6f5394825a9fbef21ea (patch) | |
tree | 1fc8d4e2f8a02d3ea4dfa31e9538b1ec0581e84c /src/declarative/qml/qmlinstruction_p.h | |
parent | 5be67ef5ad9b2f6020ffe47eecc9fd3338957bb7 (diff) | |
download | Qt-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.h | 7 |
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 { |