summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpvt_word.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfdoc/cpvt_word.h')
-rw-r--r--core/fpdfdoc/cpvt_word.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/fpdfdoc/cpvt_word.h b/core/fpdfdoc/cpvt_word.h
index 28e192467b..ad0ba744cc 100644
--- a/core/fpdfdoc/cpvt_word.h
+++ b/core/fpdfdoc/cpvt_word.h
@@ -8,7 +8,6 @@
#define CORE_FPDFDOC_CPVT_WORD_H_
#include "core/fpdfdoc/cpvt_wordplace.h"
-#include "core/fpdfdoc/cpvt_wordprops.h"
#include "core/fxcrt/fx_system.h"
class CPVT_Word {
@@ -24,7 +23,6 @@ class CPVT_Word {
float fWidth;
int32_t nFontIndex;
float fFontSize;
- CPVT_WordProps WordProps;
};
inline CPVT_Word::CPVT_Word()