diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-05-16 19:17:44 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-05-16 19:17:44 +0000 |
commit | 468652f17a480f2d62fd8fb5cf51aa41511dcc97 (patch) | |
tree | 6e83cadcd37b95c3b3adc0f65a42a3e14bfc5e7e /xfa/fwl/cfwl_widget.cpp | |
parent | 12822171aa7d5853b77d9e497c55cbc584c17606 (diff) | |
download | pdfium-468652f17a480f2d62fd8fb5cf51aa41511dcc97.tar.xz |
Remove some more unused #defines
Bug: pdfium:1085
Change-Id: I62c526ae865f0cadfddd2e75a616bce73de0f88d
Reviewed-on: https://pdfium-review.googlesource.com/32632
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fwl/cfwl_widget.cpp')
-rw-r--r-- | xfa/fwl/cfwl_widget.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_widget.cpp b/xfa/fwl/cfwl_widget.cpp index af46cd3d93..4ebce30818 100644 --- a/xfa/fwl/cfwl_widget.cpp +++ b/xfa/fwl/cfwl_widget.cpp @@ -30,7 +30,6 @@ #include "xfa/fwl/ifwl_themeprovider.h" #include "xfa/fxfa/cxfa_ffapp.h" -#define FWL_STYLEEXT_MNU_Vert (1L << 0) #define FWL_WGT_CalcHeight 2048 #define FWL_WGT_CalcWidth 2048 #define FWL_WGT_CalcMultiLineDefWidth 120.0f |