summaryrefslogtreecommitdiff
path: root/src/caja-window-manage-views.c
diff options
context:
space:
mode:
authorErik Bročko <[email protected]>2020-11-11 16:43:52 +0100
committerGitHub <[email protected]>2020-11-11 16:43:52 +0100
commita67e47448d5534302f0efe588942e761881f28bc (patch)
treed9b3a958b0948301f93f9b0f5dc86ac5e9080ea6 /src/caja-window-manage-views.c
parent40f061c638ae125fc6a4170807fa890362050e0f (diff)
downloadcaja-a67e47448d5534302f0efe588942e761881f28bc.tar.bz2
caja-a67e47448d5534302f0efe588942e761881f28bc.tar.xz
Duplicate tabs using the scroll wheel (#1456)
* middle-clicking the reload button duplicates tab
Diffstat (limited to 'src/caja-window-manage-views.c')
-rw-r--r--src/caja-window-manage-views.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/caja-window-manage-views.c b/src/caja-window-manage-views.c
index 200fa791..aa18030b 100644
--- a/src/caja-window-manage-views.c
+++ b/src/caja-window-manage-views.c
@@ -2394,11 +2394,3 @@ caja_window_slot_reload (CajaWindowSlot *slot)
g_list_free_full (selection, g_object_unref);
}
-void
-caja_window_reload (CajaWindow *window)
-{
- g_assert (CAJA_IS_WINDOW (window));
-
- caja_window_slot_reload (window->details->active_pane->active_slot);
-}
-