diff options
author | Tomas Popela <tpopela@redhat.com> | 2014-08-07 17:39:35 +0800 |
---|---|---|
committer | Tomas Popela <tpopela@redhat.com> | 2014-08-07 17:39:35 +0800 |
commit | 04d2cb0e4c2819faa8bf9df0286d1654e00825db (patch) | |
tree | b83a4abb0baa2a4ab455e718f8cc0d5f4fbc0e12 /e-util/e-html-editor-view.c | |
parent | e0cb43efbc6f17a77771421823b5db936b0fecc9 (diff) | |
download | gsoc2013-evolution-04d2cb0e4c2819faa8bf9df0286d1654e00825db.tar gsoc2013-evolution-04d2cb0e4c2819faa8bf9df0286d1654e00825db.tar.gz gsoc2013-evolution-04d2cb0e4c2819faa8bf9df0286d1654e00825db.tar.bz2 gsoc2013-evolution-04d2cb0e4c2819faa8bf9df0286d1654e00825db.tar.lz gsoc2013-evolution-04d2cb0e4c2819faa8bf9df0286d1654e00825db.tar.xz gsoc2013-evolution-04d2cb0e4c2819faa8bf9df0286d1654e00825db.tar.zst gsoc2013-evolution-04d2cb0e4c2819faa8bf9df0286d1654e00825db.zip |
EHTMLEditorView - Remove the unneeded comment
Diffstat (limited to 'e-util/e-html-editor-view.c')
-rw-r--r-- | 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 89f078d4f2..886c6fec0d 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++) |