summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-autorun.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 17:34:17 +0200
committerraveit65 <[email protected]>2021-11-20 16:50:14 +0100
commit0a4384ca8c93b62bdf393cd1f3698bab1999fc6f (patch)
tree9c68212e8ba254df3dc80cd091b8fd3198a9b643 /libcaja-private/caja-autorun.c
parentbdc5cf66eff8c52cf422cf7b0143ff3489bbb7b0 (diff)
downloadcaja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.bz2
caja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.xz
Use a blank line at most
Diffstat (limited to 'libcaja-private/caja-autorun.c')
-rw-r--r--libcaja-private/caja-autorun.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libcaja-private/caja-autorun.c b/libcaja-private/caja-autorun.c
index 17b9d9fc..2f79b16b 100644
--- a/libcaja-private/caja-autorun.c
+++ b/libcaja-private/caja-autorun.c
@@ -147,7 +147,6 @@ add_elem_to_str_array (char **v, const char *s)
return r;
}
-
void
caja_autorun_set_preferences (const char *x_content_type,
gboolean pref_start_app,
@@ -801,7 +800,6 @@ typedef struct
gpointer user_data;
} AutorunDialogData;
-
void
caja_autorun_launch_for_mount (GMount *mount, GAppInfo *app_info)
{
@@ -916,7 +914,6 @@ autorun_combo_changed (gboolean selected_ask,
data->selected_open_folder = selected_open_folder;
}
-
static void
autorun_always_toggled (GtkToggleButton *togglebutton, AutorunDialogData *data)
{
@@ -1041,7 +1038,6 @@ show_dialog:
label = gtk_label_new (NULL);
-
/* Customize greeting for well-known x-content types */
if (strcmp (x_content_type, "x-content/audio-cdda") == 0)
{
@@ -1358,7 +1354,6 @@ caja_autorun_get_x_content_types_for_mount_async (GMount *mount,
data);
}
-
char **
caja_autorun_get_cached_x_content_types_for_mount (GMount *mount)
{