[anjuta] git: Remove an unused variable



commit 05d07947217fb03d450aed718d32b7422472f265
Author: James Liggett <jrliggett cox net>
Date:   Sat May 5 01:35:29 2012 -0700

    git: Remove an unused variable

 plugins/git/git-log-pane.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plugins/git/git-log-pane.c b/plugins/git/git-log-pane.c
index f402451..793d25b 100644
--- a/plugins/git/git-log-pane.c
+++ b/plugins/git/git-log-pane.c
@@ -155,7 +155,6 @@ on_branch_list_command_data_arrived (AnjutaCommand *command,
                                      GitLogPane *self)
 {
 	GtkListStore *log_branch_combo_model;
-	AnjutaPlugin *plugin;
 	GList *current_branch;
 	GitBranch *branch;
 	gchar *name;
@@ -163,7 +162,6 @@ on_branch_list_command_data_arrived (AnjutaCommand *command,
 
 	log_branch_combo_model = GTK_LIST_STORE (gtk_builder_get_object (self->priv->builder,
 	                                                                 "log_branch_combo_model"));
-	plugin = anjuta_dock_pane_get_plugin (ANJUTA_DOCK_PANE (self));
 	current_branch = git_branch_list_command_get_output (GIT_BRANCH_LIST_COMMAND (command));
 
 	while (current_branch)



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