[evolution] EHTMLEditorSelection - Remove unused variable
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EHTMLEditorSelection - Remove unused variable
- Date: Wed, 10 Jun 2015 07:53:45 +0000 (UTC)
commit f84170803247f9460169deb26fd259edc251686a
Author: Tomas Popela <tpopela redhat com>
Date: Wed Jun 10 09:42:22 2015 +0200
EHTMLEditorSelection - Remove unused variable
e-util/e-html-editor-selection.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/e-util/e-html-editor-selection.c b/e-util/e-html-editor-selection.c
index 1511802..11bc2b4 100644
--- a/e-util/e-html-editor-selection.c
+++ b/e-util/e-html-editor-selection.c
@@ -1172,9 +1172,6 @@ e_html_editor_selection_get_alignment_from_node (WebKitDOMNode *node)
EHTMLEditorSelectionAlignment alignment;
gchar *value;
WebKitDOMCSSStyleDeclaration *style;
- WebKitDOMDocument *document;
-
- document = webkit_dom_node_get_owner_document (node);
style = webkit_dom_element_get_style (WEBKIT_DOM_ELEMENT (node));
value = webkit_dom_css_style_declaration_get_property_value (style, "text-align");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]