[gedit/wip/tabs] Remove unused vars



commit e55e23ef7c942c532d4cfaaeec5c3e7b7b804058
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Wed Jun 26 17:27:36 2013 +0200

    Remove unused vars

 gedit/gedit-window.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gedit/gedit-window.c b/gedit/gedit-window.c
index f4a85da..7e8eb3e 100644
--- a/gedit/gedit-window.c
+++ b/gedit/gedit-window.c
@@ -2263,11 +2263,7 @@ sync_name (GeditTab    *tab,
           GeditWindow *window)
 {
        GtkAction *action;
-       gchar *action_name;
        GeditDocument *doc;
-       gint page_num;
-       GeditNotebook *active_notebook;
-       gboolean is_active;
 
        if (tab == gedit_window_get_active_tab (window))
        {


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