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 /libcaja-private/caja-desktop-link-monitor.c | |
parent | bdc5cf66eff8c52cf422cf7b0143ff3489bbb7b0 (diff) | |
download | caja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.bz2 caja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.xz |
Use a blank line at most
Diffstat (limited to 'libcaja-private/caja-desktop-link-monitor.c')
-rw-r--r-- | libcaja-private/caja-desktop-link-monitor.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libcaja-private/caja-desktop-link-monitor.c b/libcaja-private/caja-desktop-link-monitor.c index 0d5da061..dde3471e 100644 --- a/libcaja-private/caja-desktop-link-monitor.c +++ b/libcaja-private/caja-desktop-link-monitor.c @@ -59,7 +59,6 @@ struct CajaDesktopLinkMonitorDetails GList *mount_links; }; - static void caja_desktop_link_monitor_init (gpointer object, gpointer klass); static void caja_desktop_link_monitor_class_init (gpointer klass); @@ -201,8 +200,6 @@ remove_mount_link (CajaDesktopLinkMonitor *monitor, } } - - static void mount_added_callback (GVolumeMonitor *volume_monitor, GMount *mount, @@ -211,7 +208,6 @@ mount_added_callback (GVolumeMonitor *volume_monitor, create_mount_link (monitor, mount); } - static void mount_removed_callback (GVolumeMonitor *volume_monitor, GMount *mount, |