diff options
author | dsinclair <dsinclair@chromium.org> | 2016-06-16 13:19:25 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-16 13:19:25 -0700 |
commit | 2f284d531f08136f3a42ca26ac2c128ea8d8d2ca (patch) | |
tree | 28037e0dfcbe689d5d96cb1abedc8b808cc7aad3 /xfa/fxfa/include | |
parent | a26153440b46b3b37b7e81435debb296f22769f4 (diff) | |
download | pdfium-2f284d531f08136f3a42ca26ac2c128ea8d8d2ca.tar.xz |
Remove unused XFA_GetElementChildren.
This CL removes the method and the backing data.
Review-Url: https://codereview.chromium.org/2079493002
Diffstat (limited to 'xfa/fxfa/include')
-rw-r--r-- | xfa/fxfa/include/fxfa_basic.h | 1 |
1 files changed, 0 insertions, 1 deletions
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, |