summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/fwl_widgetdef.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-11-21 08:47:23 -0800
committerCommit bot <commit-bot@chromium.org>2016-11-21 08:47:23 -0800
commitb4455b90b1c86ab94986e4f470c963f1e91b27ba (patch)
tree2214161fb85fcc5f65a2b57b6827ffaf0c1b1d04 /xfa/fwl/core/fwl_widgetdef.h
parent14d3a9e14e91001b1c6e31233cc5d39fc2a57190 (diff)
downloadpdfium-b4455b90b1c86ab94986e4f470c963f1e91b27ba.tar.xz
Remove unused FWL_WGTSTYLE_Icon
The FWL_WGTSTYLE_Icon flag is never set. This CL removes it and the supporting Icon code from IFWL_Form. Review-Url: https://codereview.chromium.org/2516433003
Diffstat (limited to 'xfa/fwl/core/fwl_widgetdef.h')
-rw-r--r--xfa/fwl/core/fwl_widgetdef.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/core/fwl_widgetdef.h b/xfa/fwl/core/fwl_widgetdef.h
index eb4388884f..8644d99474 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_Icon (1L << 5)
#define FWL_WGTSTYLE_MinimizeBox (1L << 6)
#define FWL_WGTSTYLE_MaximizeBox (1L << 7)
#define FWL_WGTSTYLE_CloseBox (1L << 8)