[evolution/wip/webkit2] EHTMLEditorView - Remove unused function



commit aaf56ac34de66450f96a6c61a257f7d413807539
Author: Tomas Popela <tpopela redhat com>
Date:   Wed Feb 24 13:52:06 2016 +0100

    EHTMLEditorView - Remove unused function

 .../composer/e-html-editor-view-dom-functions.c    |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/web-extensions/composer/e-html-editor-view-dom-functions.c 
b/web-extensions/composer/e-html-editor-view-dom-functions.c
index 5676ef4..3df4a99 100644
--- a/web-extensions/composer/e-html-editor-view-dom-functions.c
+++ b/web-extensions/composer/e-html-editor-view-dom-functions.c
@@ -5467,15 +5467,7 @@ remove_evolution_attributes (WebKitDOMElement *element)
        webkit_dom_element_remove_attribute (element, "data-user-wrapped");
        webkit_dom_element_remove_attribute (element, "spellcheck");
 }
-/*
-static void
-remove_style_attributes (WebKitDOMElement *element)
-{
-       webkit_dom_element_remove_attribute (element, "bgcolor");
-       webkit_dom_element_remove_attribute (element, "background");
-       webkit_dom_element_remove_attribute (element, "style");
-}
-*/
+
 static gboolean
 replace_to_whitespaces (const GMatchInfo *info,
                         GString *res,


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