diff options
author | dsinclair <dsinclair@chromium.org> | 2016-11-21 07:58:55 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-21 07:58:55 -0800 |
commit | 55323f331936f0bb02ad60b254bb618afd01cd85 (patch) | |
tree | f40b7bebd86ffa23115e958490deecddb4aa79ce /xfa/fwl/core/fwl_widgetdef.h | |
parent | ca5300a2cb1332dbdcf877653658910ccdad5326 (diff) | |
download | pdfium-55323f331936f0bb02ad60b254bb618afd01cd85.tar.xz |
Remove unset FWL_WGTSTYLE_Caption
This flag does not appear to be applied to the styles, so the supporting code
will never be executed.
Review-Url: https://codereview.chromium.org/2502233005
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 c01f5404ae..de4d292a7b 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_Caption (1L << 3) #define FWL_WGTSTYLE_NarrowCaption (1L << 4) #define FWL_WGTSTYLE_Icon (1L << 5) #define FWL_WGTSTYLE_MinimizeBox (1L << 6) |