summaryrefslogtreecommitdiff
path: root/xfa/fwl/basewidget/ifwl_edit.h
diff options
context:
space:
mode:
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;