diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-05 04:00:03 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-05 04:00:03 (GMT) |
commit | f062be7569804461dad94d5b80dc0b87298fd5eb (patch) | |
tree | 9268f72004a03f46957ee03a6cb111a1b1fb8c87 /src/declarative/qml/qmlinstruction_p.h | |
parent | 6089208e78bdcb0091c0ba0bc2fbd2a4fc0806de (diff) | |
download | Qt-f062be7569804461dad94d5b80dc0b87298fd5eb.zip Qt-f062be7569804461dad94d5b80dc0b87298fd5eb.tar.gz Qt-f062be7569804461dad94d5b80dc0b87298fd5eb.tar.bz2 |
Remove XML custom parser support
Diffstat (limited to 'src/declarative/qml/qmlinstruction_p.h')
-rw-r--r-- | src/declarative/qml/qmlinstruction_p.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/declarative/qml/qmlinstruction_p.h b/src/declarative/qml/qmlinstruction_p.h index 922fc61..462f9e4 100644 --- a/src/declarative/qml/qmlinstruction_p.h +++ b/src/declarative/qml/qmlinstruction_p.h @@ -63,7 +63,6 @@ public: // top of the stack. Init, /* init */ CreateObject, /* create */ - CreateCustomObject, /* createCustom */ SetId, /* setId */ SetDefault, CreateComponent, /* createComponent */ @@ -180,10 +179,6 @@ public: int data; } storeMeta; struct { - int type; - int data; - } createCustom; - struct { int value; int save; } setId; |