diff options
author | dsinclair <dsinclair@chromium.org> | 2016-12-14 13:42:43 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-12-14 13:42:43 -0800 |
commit | 6597391975cdf4e91e4cd04f8e73f8276c72ceec (patch) | |
tree | 404d3c4762c88982b975a2e4a897d74f24610288 /xfa/fwl/cfwl_form.h | |
parent | aefbe4b52d8f309dbb2d8655d936d4a4b443c76e (diff) | |
download | pdfium-6597391975cdf4e91e4cd04f8e73f8276c72ceec.tar.xz |
Remove unused CFWL_Form flags
Cleanup flags in CFWL_Form which are never set.
Review-Url: https://codereview.chromium.org/2575573002
Diffstat (limited to 'xfa/fwl/cfwl_form.h')
-rw-r--r-- | xfa/fwl/cfwl_form.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xfa/fwl/cfwl_form.h b/xfa/fwl/cfwl_form.h index 8755874fab..e89350ba3b 100644 --- a/xfa/fwl/cfwl_form.h +++ b/xfa/fwl/cfwl_form.h @@ -15,13 +15,6 @@ #define FWL_CLASS_Form L"FWL_FORM" #define FWL_CLASS_FormProxy L"FWL_FORMPROXY" -#define FWL_STYLEEXT_FRM_Resize (1L << 0) -#define FWL_STYLEEXT_FRM_NativeBorder (1L << 1) -#define FWL_STYLEEXT_FRM_RoundCorner (2L << 1) -#define FWL_STYLEEXT_FRM_RoundCorner4 (3L << 1) -#define FWL_STYLEEXT_FRM_NoDrawClient (1L << 3) -#define FWL_STYLEEXT_FRM_BorderCornerMask (3L << 1) -#define FWL_STYLEEXT_FRM_Max (3) #if (_FX_OS_ == _FX_MACOSX_) #define FWL_UseMacSystemBorder @@ -74,7 +67,6 @@ class CFWL_Form : public CFWL_Widget { void OnLButtonUp(CFWL_MessageMouse* pMsg); void OnMouseMove(CFWL_MessageMouse* pMsg); void OnMouseLeave(CFWL_MessageMouse* pMsg); - void OnLButtonDblClk(CFWL_MessageMouse* pMsg); #if (_FX_OS_ == _FX_MACOSX_) bool m_bMouseIn; |