diff options
author | Nico Weber <thakis@chromium.org> | 2014-07-30 18:59:57 -0700 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2014-07-30 18:59:57 -0700 |
commit | ec570e5f77986f6013ea42741001be5a3fcf47a7 (patch) | |
tree | 9a2298ac78c1bab688b299aa4d74e18eea1b4f67 /fpdfsdk/include/fxedit | |
parent | 96608b3dbd60ecd1f288f2ddfc7af7628d49c0a0 (diff) | |
download | pdfium-ec570e5f77986f6013ea42741001be5a3fcf47a7.tar.xz |
Fix a few -Wreorder warnings.
BUG=pdfium:29
R=bo_xu@foxitsoftware.com
Review URL: https://codereview.chromium.org/427353003
Diffstat (limited to 'fpdfsdk/include/fxedit')
-rw-r--r-- | fpdfsdk/include/fxedit/fxet_edit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/include/fxedit/fxet_edit.h b/fpdfsdk/include/fxedit/fxet_edit.h index f65715b196..4b627c99c8 100644 --- a/fpdfsdk/include/fxedit/fxet_edit.h +++ b/fpdfsdk/include/fxedit/fxet_edit.h @@ -762,7 +762,6 @@ private: CFX_Edit_Undo m_Undo; FX_INT32 m_nAlignment; FX_BOOL m_bNotifyFlag; - FX_BOOL m_bTextFullFlag; FX_BOOL m_bEnableOverflow; FX_BOOL m_bEnableRefresh; CPDF_Rect m_rcOldContent; |