diff options
author | rbuj <[email protected]> | 2021-10-27 17:34:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-20 16:50:14 +0100 |
commit | 0a4384ca8c93b62bdf393cd1f3698bab1999fc6f (patch) | |
tree | 9c68212e8ba254df3dc80cd091b8fd3198a9b643 /src/caja-window-manage-views.c | |
parent | bdc5cf66eff8c52cf422cf7b0143ff3489bbb7b0 (diff) | |
download | caja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.bz2 caja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.xz |
Use a blank line at most
Diffstat (limited to 'src/caja-window-manage-views.c')
-rw-r--r-- | src/caja-window-manage-views.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/caja-window-manage-views.c b/src/caja-window-manage-views.c index f41d8e5f..1ba1a533 100644 --- a/src/caja-window-manage-views.c +++ b/src/caja-window-manage-views.c @@ -510,7 +510,6 @@ new_window_show_callback (GtkWidget *widget, user_data); } - void caja_window_slot_open_location_full (CajaWindowSlot *slot, GFile *location, @@ -754,7 +753,6 @@ caja_window_slot_open_location_with_selection (CajaWindowSlot *slot, flags, selection, NULL, NULL); } - void caja_window_slot_go_home (CajaWindowSlot *slot, gboolean new_tab) { @@ -833,7 +831,6 @@ report_nascent_content_view_failure_to_user (CajaWindowSlot *slot, g_free (message); } - const char * caja_window_slot_get_content_view_id (CajaWindowSlot *slot) { @@ -2226,7 +2223,6 @@ display_view_selection_failure (CajaWindow *window, CajaFile *file, g_free (detail_message); } - void caja_window_slot_stop_loading (CajaWindowSlot *slot) { |