diff options
author | dsinclair <dsinclair@chromium.org> | 2016-12-14 13:07:47 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-12-14 13:07:47 -0800 |
commit | 727a304f2ab5b72846186af0e75e6c047de0a13c (patch) | |
tree | bac247223dd7f43e7da029cd6f7e2bc0878fe0f3 /xfa/fwl/cfwl_picturebox.h | |
parent | be5f0297256ba3c597dd32eb7eefef57fbd8e201 (diff) | |
download | pdfium-727a304f2ab5b72846186af0e75e6c047de0a13c.tar.xz |
This CL removes some of the unused CFWL widget flags.
Several of the widgets have flags which are no longer set. This CL
removes the flags and any flag conditional code.
Review-Url: https://codereview.chromium.org/2570083002
Diffstat (limited to 'xfa/fwl/cfwl_picturebox.h')
-rw-r--r-- | xfa/fwl/cfwl_picturebox.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/xfa/fwl/cfwl_picturebox.h b/xfa/fwl/cfwl_picturebox.h index 81ff3911f6..743ea1dc6d 100644 --- a/xfa/fwl/cfwl_picturebox.h +++ b/xfa/fwl/cfwl_picturebox.h @@ -12,21 +12,6 @@ #include "xfa/fwl/cfwl_widget.h" #include "xfa/fwl/cfwl_widgetproperties.h" -#define FWL_STYLEEXT_PTB_Left 0L << 0 -#define FWL_STYLEEXT_PTB_Center 1L << 0 -#define FWL_STYLEEXT_PTB_Right 2L << 0 -#define FWL_STYLEEXT_PTB_Top 0L << 2 -#define FWL_STYLEEXT_PTB_Vcenter 1L << 2 -#define FWL_STYLEEXT_PTB_Bottom 2L << 2 -#define FWL_STYLEEXT_PTB_Normal 0L << 4 -#define FWL_STYLEEXT_PTB_AutoSize 1L << 4 -#define FWL_STYLEEXT_PTB_StretchImage 2L << 4 -#define FWL_STYLEEXT_PTB_StretchHImage 3L << 4 -#define FWL_STYLEEXT_PTB_StretchVImage 4L << 4 -#define FWL_STYLEEXT_PTB_HAlignMask 3L << 0 -#define FWL_STYLEEXT_PTB_VAlignMask 3L << 2 -#define FWL_STYLEEXT_PTB_StretchAlignMask 7L << 4 - class CFX_DIBitmap; class CFWL_Widget; |