diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_node.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_node.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_node.h b/xfa/fxfa/parser/cxfa_node.h index 238bb12b06..b5217ad832 100644 --- a/xfa/fxfa/parser/cxfa_node.h +++ b/xfa/fxfa/parser/cxfa_node.h @@ -56,7 +56,6 @@ class CXFA_Node : public CXFA_Object { struct AttributeData { XFA_Attribute attribute; XFA_AttributeType type; - uint32_t packets; void* default_value; }; |