[gimp] help-browser: Remove dead assignment (and variable)



commit fc3f59872d121999db48c9c201b36866069646a0
Author: Mukund Sivaraman <muks banu com>
Date:   Mon Oct 3 19:10:55 2011 +0530

    help-browser: Remove dead assignment (and variable)

 plug-ins/help-browser/dialog.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/plug-ins/help-browser/dialog.c b/plug-ins/help-browser/dialog.c
index 0a52912..d75f80f 100644
--- a/plug-ins/help-browser/dialog.c
+++ b/plug-ins/help-browser/dialog.c
@@ -172,7 +172,6 @@ browser_dialog_open (const gchar *plug_in_binary)
   GtkWidget   *toolbar;
   GtkWidget   *paned;
   GtkWidget   *scrolled;
-  GtkWidget   *button;
   GtkToolItem *item;
   GtkAction   *action;
   DialogData   data = { 720, 560, 240, TRUE, 1.0 };
@@ -231,9 +230,6 @@ browser_dialog_open (const gchar *plug_in_binary)
   gtk_separator_tool_item_set_draw (GTK_SEPARATOR_TOOL_ITEM (item), FALSE);
   gtk_tool_item_set_expand (item, TRUE);
 
-  button = gtk_ui_manager_get_widget (ui_manager,
-                                      "/help-browser-toolbar/website");
-
   /*  the horizontal paned  */
   paned = gtk_paned_new (GTK_ORIENTATION_HORIZONTAL);
   gtk_box_pack_start (GTK_BOX (vbox), paned, TRUE, TRUE, 0);



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