diff options
author | Tom Sepez <tsepez@chromium.org> | 2017-05-01 13:21:39 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-05-01 20:42:12 +0000 |
commit | 40baddef7fda756c29b813dc1fd67b28d745aa8c (patch) | |
tree | c718f1deb8a554bcbbb38f57d0de86a0219f0bff /xfa/fxfa/fxfa.h | |
parent | a0a69233cafa0ec22fd6c776851e3ee069ca66bf (diff) | |
download | pdfium-40baddef7fda756c29b813dc1fd67b28d745aa8c.tar.xz |
Remove more |new|s, part 6chromium/3087
Change-Id: I4adbeafa7ecfd509abca08d97be132fd709e1261
Reviewed-on: https://pdfium-review.googlesource.com/4691
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/fxfa.h')
-rw-r--r-- | xfa/fxfa/fxfa.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fxfa/fxfa.h b/xfa/fxfa/fxfa.h index 559035cba1..2b4e2377af 100644 --- a/xfa/fxfa/fxfa.h +++ b/xfa/fxfa/fxfa.h @@ -86,10 +86,6 @@ enum XFA_WidgetStatus { XFA_WidgetStatus_Visible = 1 << 9 }; -enum XFA_WIDGETORDER { - XFA_WIDGETORDER_PreOrder, -}; - enum XFA_WIDGETTYPE { XFA_WIDGETTYPE_Barcode, XFA_WIDGETTYPE_PushButton, |