[evolution] Remove some code that is not needed



commit db4625ffe9a4683c7bdaa17499ae55fa0930017d
Author: Tomas Popela <tpopela redhat com>
Date:   Wed Aug 17 17:08:24 2016 +0200

    Remove some code that is not needed

 .../web-extension/e-editor-dom-functions.c         |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/modules/webkit-editor/web-extension/e-editor-dom-functions.c 
b/modules/webkit-editor/web-extension/e-editor-dom-functions.c
index 30f9f9d..83b8573 100644
--- a/modules/webkit-editor/web-extension/e-editor-dom-functions.c
+++ b/modules/webkit-editor/web-extension/e-editor-dom-functions.c
@@ -4609,14 +4609,6 @@ quote_plain_text_recursive (WebKitDOMDocument *document,
                }
 
  not_br:
-               text_content = webkit_dom_node_get_text_content (node);
-               if (text_content && !*text_content) {
-                       g_free (text_content);
-                       move_next = TRUE;
-                       goto next_node;
-               }
-               g_free (text_content);
-
                quote_node (document, node, quote_level);
 
                move_next = TRUE;


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