[evolution/gnome-3-16] EHTMLEditorView - Remove unused function
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-16] EHTMLEditorView - Remove unused function
- Date: Fri, 3 Apr 2015 10:43:35 +0000 (UTC)
commit 6765b2f57310235fb54caa4cbac1af8208c63000
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 6acf5e8..57b6414 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]