From dc6d7da271584548473d4529ab556f3f6119cc9e Mon Sep 17 00:00:00 2001
From: Andre Miranda <andreldm@xfce.org>
Date: Thu, 1 Jul 2021 14:36:53 -0300
Subject: [PATCH] Remove reload button from toolbar (!125)

---
 thunar/thunar-window.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index 1ed307c18..d33aa77f7 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -369,7 +369,6 @@ struct _ThunarWindow
   GtkWidget              *location_toolbar_item_back;
   GtkWidget              *location_toolbar_item_forward;
   GtkWidget              *location_toolbar_item_parent;
-  GtkWidget              *location_toolbar_reload;
 
   ThunarLauncher         *launcher;
 
@@ -884,8 +883,6 @@ thunar_window_init (ThunarWindow *window)
   /* add the location bar itself */
   gtk_container_add (GTK_CONTAINER (tool_item), window->location_bar);
 
-  window->location_toolbar_reload = xfce_gtk_tool_button_new_from_action_entry (get_action_entry (THUNAR_WINDOW_ACTION_RELOAD), G_OBJECT (window), GTK_TOOLBAR (window->location_toolbar));
-
   /* display the toolbar */
   gtk_widget_show_all (window->location_toolbar);
 
-- 
GitLab