We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72968ab commit 9b6b0dcCopy full SHA for 9b6b0dc
src/caja-navigation-window-menus.c
@@ -455,7 +455,6 @@ refresh_go_menu (CajaNavigationWindow *window)
455
{
456
GtkUIManager *ui_manager;
457
GList *node;
458
- GtkWidget *menuitem;
459
int index;
460
int i;
461
@@ -479,13 +478,6 @@ refresh_go_menu (CajaNavigationWindow *window)
479
478
-1);
480
g_object_unref (window->details->go_menu_action_group);
481
482
- for (i = 0; i < G_N_ELEMENTS (icon_entries); i++)
483
- {
484
- menuitem = gtk_ui_manager_get_widget (
485
- ui_manager,
486
- icon_entries[i]);
487
- }
488
-
489
/* Add in a new set of history items. */
490
for (node = caja_get_history_list (), index = 0;
491
node != NULL && index < 10;
0 commit comments