summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_combobox.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-12-14 12:54:30 -0800
committerCommit bot <commit-bot@chromium.org>2016-12-14 12:54:30 -0800
commitbe5f0297256ba3c597dd32eb7eefef57fbd8e201 (patch)
tree8081390047955a1c97fb55680d7e633c284c3cc4 /xfa/fwl/cfwl_combobox.h
parentf085db37c21ad2bd66e349f9307fc89b426217f5 (diff)
downloadpdfium-be5f0297256ba3c597dd32eb7eefef57fbd8e201.tar.xz
Remove unused CFWL_ListBox code
This CL removes states and settings from the CFWL_ListBox code which were never enabled. Review-Url: https://codereview.chromium.org/2576483002
Diffstat (limited to 'xfa/fwl/cfwl_combobox.h')
-rw-r--r--xfa/fwl/cfwl_combobox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_combobox.h b/xfa/fwl/cfwl_combobox.h
index 3faa1cc8d6..491b360752 100644
--- a/xfa/fwl/cfwl_combobox.h
+++ b/xfa/fwl/cfwl_combobox.h
@@ -44,7 +44,6 @@ class CFWL_Widget;
#define FWL_STYLEEXT_CMB_ListItemRightAlign (2L << 10)
#define FWL_STYLEEXT_CMB_ListItemAlignMask (3L << 10)
#define FWL_STYLEEXT_CMB_ListItemText (0L << 12)
-#define FWL_STYLEEXT_CMB_ListItemIconText (1L << 12)
#define FWL_STYLEEXT_CMB_ReadOnly (1L << 13)
class CFWL_ComboBox : public CFWL_Widget {