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-slot.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-slot.c')
-rw-r--r-- | src/caja-window-slot.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/caja-window-slot.c b/src/caja-window-slot.c index 261b83b6..dab7c449 100644 --- a/src/caja-window-slot.c +++ b/src/caja-window-slot.c @@ -109,7 +109,6 @@ real_update_query_editor (CajaWindowSlot *slot) caja_directory_unref (directory); } - static void real_active (CajaWindowSlot *slot) { @@ -176,7 +175,6 @@ caja_window_slot_inactive (CajaWindowSlot *slot) inactive, (slot)); } - static void caja_window_slot_init (CajaWindowSlot *slot) { @@ -340,7 +338,6 @@ caja_window_slot_set_title (CajaWindowSlot *slot, } } - /* caja_window_slot_update_title: * * Re-calculate the slot title. |