summaryrefslogtreecommitdiff
path: root/fpdfsdk/pdfwindow/cpwl_caret.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpdfsdk/pdfwindow/cpwl_caret.h')
-rw-r--r--fpdfsdk/pdfwindow/cpwl_caret.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/fpdfsdk/pdfwindow/cpwl_caret.h b/fpdfsdk/pdfwindow/cpwl_caret.h
index 7c723b96b3..0d9c1cdfd1 100644
--- a/fpdfsdk/pdfwindow/cpwl_caret.h
+++ b/fpdfsdk/pdfwindow/cpwl_caret.h
@@ -9,15 +9,6 @@
#include "fpdfsdk/pdfwindow/cpwl_wnd.h"
-struct PWL_CARET_INFO {
- public:
- PWL_CARET_INFO();
-
- bool bVisible;
- CFX_PointF ptHead;
- CFX_PointF ptFoot;
-};
-
class CPWL_Caret : public CPWL_Wnd {
public:
CPWL_Caret();