Index: fpdfsdk/include/fxedit/fxet_edit.h |
diff --git a/fpdfsdk/include/fxedit/fxet_edit.h b/fpdfsdk/include/fxedit/fxet_edit.h |
index d3e354d0e825a1687861aa4c1abfc4f0182e5452..b3d197a5e86a74bfc35faee87c238ba80df05116 100644 |
--- a/fpdfsdk/include/fxedit/fxet_edit.h |
+++ b/fpdfsdk/include/fxedit/fxet_edit.h |
@@ -20,8 +20,6 @@ class CFX_Edit_Provider; |
#define FX_EDIT_IsFloatSmaller(fa, fb) \ |
(fa < fb && !FX_EDIT_IsFloatEqual(fa, fb)) |
-/* ------------------------- CFX_Edit_Refresh ---------------------------- */ |
- |
enum REFRESH_PLAN_E { RP_ANALYSE, RP_NOANALYSE, RP_OPTIONAL }; |
enum EDIT_PROPS_E { |
@@ -164,8 +162,6 @@ class CFX_Edit_Refresh { |
CFX_Edit_RectArray m_RefreshRects; |
}; |
-/* ------------------------- CFX_Edit_Select ---------------------------- */ |
- |
class CFX_Edit_Select { |
public: |
CFX_Edit_Select() {} |
@@ -205,8 +201,6 @@ class CFX_Edit_Select { |
CPVT_WordPlace BeginPos, EndPos; |
}; |
-/* ------------------------- CFX_Edit_Undo ---------------------------- */ |
- |
class CFX_Edit_Undo { |
public: |
explicit CFX_Edit_Undo(int32_t nBufsize); |
@@ -279,9 +273,6 @@ class CFX_Edit_GroupUndoItem : public IFX_Edit_UndoItem { |
CFX_ArrayTemplate<CFX_Edit_UndoItem*> m_Items; |
}; |
-/* ------------------------- CFX_Edit_UndoItem derived classes |
- * ---------------------------- */ |
- |
class CFXEU_InsertWord : public CFX_Edit_UndoItem { |
public: |
CFXEU_InsertWord(CFX_Edit* pEdit, |
@@ -506,8 +497,6 @@ class CFXEU_SetWordProps : public CFX_Edit_UndoItem { |
CPVT_WordProps m_NewWordProps; |
}; |
-/* ------------------------- CFX_Edit ---------------------------- */ |
- |
class CFX_Edit : public IFX_Edit { |
friend class CFX_Edit_Iterator; |
friend class CFXEU_InsertWord; |
@@ -763,8 +752,6 @@ class CFX_Edit : public IFX_Edit { |
CFX_Edit_GroupUndoItem* m_pGroupUndoItem; |
}; |
-/* ------------------------- CFX_Edit_Iterator ---------------------------- */ |
- |
class CFX_Edit_Iterator : public IFX_Edit_Iterator { |
public: |
CFX_Edit_Iterator(CFX_Edit* pEdit, IPDF_VariableText_Iterator* pVTIterator); |