diff options
Diffstat (limited to 'libcaja-private/caja-autorun.c')
-rw-r--r-- | libcaja-private/caja-autorun.c | 5 |
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) { |