summaryrefslogtreecommitdiff
path: root/xfa/fwl/basewidget/ifwl_edit.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-21 10:21:53 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-21 10:21:53 -0700
commitc104dfaf570df2ba68ecacd6c1a66c600de76dd4 (patch)
tree2400942a7e06b7eb182bb29657658429a4231b6d /xfa/fwl/basewidget/ifwl_edit.h
parentf87058d19a3448face48202c7040ee4d95ba39c1 (diff)
downloadpdfium-c104dfaf570df2ba68ecacd6c1a66c600de76dd4.tar.xz
Remove unused FWL flags
No usages, removed. Review URL: https://codereview.chromium.org/1903993003
Diffstat (limited to 'xfa/fwl/basewidget/ifwl_edit.h')
-rw-r--r--xfa/fwl/basewidget/ifwl_edit.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/xfa/fwl/basewidget/ifwl_edit.h b/xfa/fwl/basewidget/ifwl_edit.h
index b1de2f91e8..caa2b530b8 100644
--- a/xfa/fwl/basewidget/ifwl_edit.h
+++ b/xfa/fwl/basewidget/ifwl_edit.h
@@ -47,7 +47,6 @@
#define FWL_STYLEEXT_EDT_ShowScrollbarFocus (1L << 25)
#define FWL_STYLEEXT_EDT_OuterScrollbar (1L << 26)
#define FWL_STYLEEXT_EDT_LastLineHeight (1L << 27)
-#define FWL_STATE_EDT_Editing (1 << FWL_WGTSTATE_MAX)
#define FWL_PARTDATA_EDT_Background 0
#define FWL_PARTDATA_EDT_StaticBackground 1
// TODO(dsinclair): Event hash is hash of string, cleanup. pdfium:474
@@ -57,10 +56,6 @@
#define FWL_EVTHASH_EDT_CheckWord 2897181520
#define FWL_EVTHASH_EDT_GetSuggestWords 315782791
#define FWL_EVTHASH_EDT_TextFull 2158580174
-#define FWL_EDT_FIND_FLAGS_Prev (0L << 0)
-#define FWL_EDT_FIND_FLAGS_Next (1L << 0)
-#define FWL_EDT_FIND_FLAGS_WholeWord (1L << 1)
-#define FWL_EDT_FIND_FLAGS_NoCase (1L << 2)
typedef struct FWL_HEDTFIND_ { void* pData; } * FWL_HEDTFIND;