From 21b08271e32f3142fb840b04adc5d2adb15f4f78 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 30 Nov 2017 20:22:20 +0000 Subject: Remove the packets from attribute data. Now that the attributes are stored per node we don't need to store the packets for a given attribute as the node is already restricted to certain packets. Change-Id: Ic8916f5e045a14a437e1487445c0742e6d5def44 Reviewed-on: https://pdfium-review.googlesource.com/19830 Commit-Queue: dsinclair Reviewed-by: Lei Zhang --- xfa/fxfa/parser/cxfa_node.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa/fxfa/parser/cxfa_node.h') 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; }; -- cgit v1.2.3