diff options
author | dsinclair <dsinclair@chromium.org> | 2016-11-21 08:36:36 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-21 08:36:36 -0800 |
commit | 14d3a9e14e91001b1c6e31233cc5d39fc2a57190 (patch) | |
tree | fe5f7ddaa5a63e6bcdb5301fec26b8de7f99d156 /xfa/fwl/core/fwl_widgetdef.h | |
parent | 55323f331936f0bb02ad60b254bb618afd01cd85 (diff) | |
download | pdfium-14d3a9e14e91001b1c6e31233cc5d39fc2a57190.tar.xz |
Remove unset FWL_WGTSTYLE_NarrowCaption
This CL removes the flag which never appears to be set and the supporting code
for captions in IFWL_Form as they are never used.
Review-Url: https://codereview.chromium.org/2507283003
Diffstat (limited to 'xfa/fwl/core/fwl_widgetdef.h')
-rw-r--r-- | xfa/fwl/core/fwl_widgetdef.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/core/fwl_widgetdef.h b/xfa/fwl/core/fwl_widgetdef.h index de4d292a7b..eb4388884f 100644 --- a/xfa/fwl/core/fwl_widgetdef.h +++ b/xfa/fwl/core/fwl_widgetdef.h @@ -11,7 +11,6 @@ #define FWL_WGTSTYLE_Popup (1L << 0) #define FWL_WGTSTYLE_Child (2L << 0) #define FWL_WGTSTYLE_Border (1L << 2) -#define FWL_WGTSTYLE_NarrowCaption (1L << 4) #define FWL_WGTSTYLE_Icon (1L << 5) #define FWL_WGTSTYLE_MinimizeBox (1L << 6) #define FWL_WGTSTYLE_MaximizeBox (1L << 7) |