summaryrefslogtreecommitdiff
path: root/xfa/fwl
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-06-03 13:38:22 -0700
committerCommit bot <commit-bot@chromium.org>2016-06-03 13:38:22 -0700
commitb5032dd963b6a25145c285b36a12c98593744d2f (patch)
tree698c333c5a42a42871f5375eb0fb5f55042b599d /xfa/fwl
parent12367cb5e83e771cd67948c810fdd5f63d61af87 (diff)
downloadpdfium-b5032dd963b6a25145c285b36a12c98593744d2f.tar.xz
Remove two unused opaque handle types
Review-Url: https://codereview.chromium.org/2038913002
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,