[evolution] EHTMLEditorSelection - Remove unused variables



commit 88411f7ebe3b9cc11716648d846c387580f7f429
Author: Tomas Popela <tpopela redhat com>
Date:   Fri Oct 17 09:24:23 2014 +0200

    EHTMLEditorSelection - Remove unused variables

 e-util/e-html-editor-selection.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/e-util/e-html-editor-selection.c b/e-util/e-html-editor-selection.c
index a2e7feb..8622ef6 100644
--- a/e-util/e-html-editor-selection.c
+++ b/e-util/e-html-editor-selection.c
@@ -1970,9 +1970,9 @@ format_change_block_to_block (EHTMLEditorSelection *selection,
                               const gchar *value,
                               WebKitDOMDocument *document)
 {
-       gboolean after_selection_end = FALSE, html_mode;
-       WebKitDOMElement *selection_start_marker, *selection_end_marker, *element;
-       WebKitDOMNode *block, *next_block, *end_block;
+       gboolean html_mode;
+       WebKitDOMElement *selection_start_marker, *selection_end_marker;
+       WebKitDOMNode *block, *end_block;
 
        e_html_editor_selection_save (selection);
        selection_start_marker = webkit_dom_document_query_selector (


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