summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_themepart.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-12-15 13:42:52 -0800
committerCommit bot <commit-bot@chromium.org>2016-12-15 13:42:52 -0800
commit791a0ccd25474d9306ad0df425575869caec3048 (patch)
tree9a52d845cb6876cad2bd14d7644ccf2dc4096d2c /xfa/fwl/cfwl_themepart.h
parentea7657c883f3bcf9136c00b46450ca4053bee766 (diff)
downloadpdfium-791a0ccd25474d9306ad0df425575869caec3048.tar.xz
Remove unused widget state flags
These widget state flags are not set and mostly unused. Removed. Review-Url: https://codereview.chromium.org/2573133002
Diffstat (limited to 'xfa/fwl/cfwl_themepart.h')
-rw-r--r--xfa/fwl/cfwl_themepart.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_themepart.h b/xfa/fwl/cfwl_themepart.h
index 677d07b9c0..39009878b8 100644
--- a/xfa/fwl/cfwl_themepart.h
+++ b/xfa/fwl/cfwl_themepart.h
@@ -68,7 +68,6 @@ enum CFWL_PartState {
CFWL_PartState_Focused = 1 << 5,
CFWL_PartState_HightLight = 1 << 6,
CFWL_PartState_Hovered = 1 << 7,
- CFWL_PartState_Inactive = 1 << 8,
CFWL_PartState_Neutral = 1 << 9,
CFWL_PartState_Pressed = 1 << 10,
CFWL_PartState_ReadOnly = 1 << 11,