[evolution] EHTMLEditorView - Remove unused function



commit 697f5d1d7700579c1eafe7aa3d83faff93fbebd7
Author: Tomas Popela <tpopela redhat com>
Date:   Fri Apr 3 12:38:55 2015 +0200

    EHTMLEditorView - Remove unused function

 e-util/e-html-editor-view.c |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 48630e2..5da628b 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -7755,15 +7755,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]