[evolution] EHTMLEditorView - Remove the unneeded comment



commit 04d2cb0e4c2819faa8bf9df0286d1654e00825db
Author: Tomas Popela <tpopela redhat com>
Date:   Thu Aug 7 11:39:35 2014 +0200

    EHTMLEditorView - Remove the unneeded comment

 e-util/e-html-editor-view.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 89f078d..886c6fe 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -5275,7 +5275,6 @@ process_list_to_plain_text (EHTMLEditorView *view,
                                        }
                                        if (WEBKIT_DOM_IS_HTMLBR_ELEMENT (node) &&
                                            element_has_class (WEBKIT_DOM_ELEMENT (node), "-x-evo-wrap-br")) {
-                                               /* put spaces before line characters -> wordwraplength - 
indentation */
                                                g_string_append (line, "\n");
                                                /* put spaces before line characters -> wordwraplength - 
indentation */
                                                for (ii = 0; ii < level; ii++)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]