diff options
author | dsinclair <dsinclair@chromium.org> | 2016-12-14 14:25:08 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-12-14 14:25:08 -0800 |
commit | c7739322e5cdcc5779bdde2a1560ea3dee891e51 (patch) | |
tree | 2f10cc3f162365042fd70b48f1449c642797f566 /xfa/fwl/cfwl_pushbutton.h | |
parent | 72c1bda4efaf0121e13b794cb886acd9806b6c89 (diff) | |
download | pdfium-c7739322e5cdcc5779bdde2a1560ea3dee891e51.tar.xz |
Remove unused flags in CFWL_PushButtonchromium/2952
Review-Url: https://codereview.chromium.org/2571863002
Diffstat (limited to 'xfa/fwl/cfwl_pushbutton.h')
-rw-r--r-- | xfa/fwl/cfwl_pushbutton.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/xfa/fwl/cfwl_pushbutton.h b/xfa/fwl/cfwl_pushbutton.h index 4f6939a953..f7323eb46b 100644 --- a/xfa/fwl/cfwl_pushbutton.h +++ b/xfa/fwl/cfwl_pushbutton.h @@ -12,21 +12,8 @@ #include "xfa/fwl/cfwl_widget.h" #include "xfa/fwl/cfwl_widgetproperties.h" -#define FWL_STYLEEXT_PSB_Left (0L << 0) -#define FWL_STYLEEXT_PSB_Center (1L << 0) -#define FWL_STYLEEXT_PSB_Right (2L << 0) -#define FWL_STYLEEXT_PSB_Top (0L << 2) -#define FWL_STYLEEXT_PSB_VCenter (1L << 2) -#define FWL_STYLEEXT_PSB_Bottom (2L << 2) -#define FWL_STYLEEXT_PSB_TextOnly (0L << 4) -#define FWL_STYLEEXT_PSB_IconOnly (1L << 4) -#define FWL_STYLEEXT_PSB_TextIcon (2L << 4) -#define FWL_STYLEEXT_PSB_HLayoutMask (3L << 0) -#define FWL_STYLEEXT_PSB_VLayoutMask (3L << 2) -#define FWL_STYLEEXT_PSB_ModeMask (3L << 4) #define FWL_STATE_PSB_Hovered (1 << FWL_WGTSTATE_MAX) #define FWL_STATE_PSB_Pressed (1 << (FWL_WGTSTATE_MAX + 1)) -#define FWL_STATE_PSB_Default (1 << (FWL_WGTSTATE_MAX + 2)) class CFWL_MessageMouse; class CFX_DIBitmap; |