help-browser: Remove dead assignment (and variable)

This commit is contained in:
Mukund Sivaraman 2011-10-03 19:10:55 +05:30
parent cb3abfc190
commit fc3f59872d
1 changed files with 0 additions and 4 deletions

View File

@ -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);