summaryrefslogtreecommitdiff
path: root/xfa/fwl
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl')
-rw-r--r--xfa/fwl/basewidget/ifwl_edit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fwl/basewidget/ifwl_edit.h b/xfa/fwl/basewidget/ifwl_edit.h
index 4cd0ab2d88..531323e564 100644
--- a/xfa/fwl/basewidget/ifwl_edit.h
+++ b/xfa/fwl/basewidget/ifwl_edit.h
@@ -48,8 +48,6 @@
#define FWL_STYLEEXT_EDT_OuterScrollbar (1L << 26)
#define FWL_STYLEEXT_EDT_LastLineHeight (1L << 27)
-typedef struct FWL_HEDTFIND_ { void* pData; } * FWL_HEDTFIND;
-
enum FWL_EDT_TEXTCHANGED {
FWL_EDT_TEXTCHANGED_Insert = 0,
FWL_EDT_TEXTCHANGED_Delete,