From 2f284d531f08136f3a42ca26ac2c128ea8d8d2ca Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 16 Jun 2016 13:19:25 -0700 Subject: Remove unused XFA_GetElementChildren. This CL removes the method and the backing data. Review-Url: https://codereview.chromium.org/2079493002 --- xfa/fxfa/include/fxfa_basic.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa/fxfa/include') diff --git a/xfa/fxfa/include/fxfa_basic.h b/xfa/fxfa/include/fxfa_basic.h index 05e152acac..fc5b931895 100644 --- a/xfa/fxfa/include/fxfa_basic.h +++ b/xfa/fxfa/include/fxfa_basic.h @@ -987,7 +987,6 @@ struct XFA_SCRIPTHIERARCHY { int16_t wParentIndex; }; -const uint16_t* XFA_GetElementChildren(XFA_ELEMENT eElement, int32_t& iCount); const uint8_t* XFA_GetElementAttributes(XFA_ELEMENT eElement, int32_t& iCount); const XFA_ATTRIBUTEINFO* XFA_GetAttributeOfElement(XFA_ELEMENT eElement, -- cgit v1.2.3