summaryrefslogtreecommitdiff
path: root/fpdfsdk/pdfwindow/PWL_EditCtrl.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-06-02 14:22:41 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-06-02 21:55:05 +0000
commit12eea8135482911c054e53b482b4176cbd629d97 (patch)
tree1f53239faa69c896fd35a4a7578a7dfe0beebba2 /fpdfsdk/pdfwindow/PWL_EditCtrl.h
parentfac46f8ffe6933d6c4bbf4bc8d4e138753cfa876 (diff)
downloadpdfium-12eea8135482911c054e53b482b4176cbd629d97.tar.xz
Remove unused bits from PWL_Edit headers.chromium/3120
Change-Id: Ic2e1639ab003f0a4981be0c61714ca9cd0b04c5f Reviewed-on: https://pdfium-review.googlesource.com/6230 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fpdfsdk/pdfwindow/PWL_EditCtrl.h')
-rw-r--r--fpdfsdk/pdfwindow/PWL_EditCtrl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/fpdfsdk/pdfwindow/PWL_EditCtrl.h b/fpdfsdk/pdfwindow/PWL_EditCtrl.h
index 0f2487bc26..623079b3d9 100644
--- a/fpdfsdk/pdfwindow/PWL_EditCtrl.h
+++ b/fpdfsdk/pdfwindow/PWL_EditCtrl.h
@@ -10,25 +10,17 @@
#include <memory>
#include "core/fxcrt/fx_string.h"
-#include "fpdfsdk/fxedit/fx_edit.h"
#include "fpdfsdk/pdfwindow/PWL_Wnd.h"
class CFX_Edit;
class CPWL_Caret;
-class CPWL_Edit;
-class CPWL_EditCtrl;
-struct CPVT_SecProps;
struct CPVT_WordPlace;
-struct CPVT_WordProps;
-struct CPVT_WordRange;
enum PWL_EDIT_ALIGNFORMAT_H { PEAH_LEFT = 0, PEAH_MIDDLE, PEAH_RIGHT };
enum PWL_EDIT_ALIGNFORMAT_V { PEAV_TOP = 0, PEAV_CENTER, PEAV_BOTTOM };
class CPWL_EditCtrl : public CPWL_Wnd {
- friend class CPWL_Edit_Notify;
-
public:
CPWL_EditCtrl();
~CPWL_EditCtrl() override;