[nautilus/wip/antoniof/try-admin-backend-for-file-ops: 6/11] file-operations: Drop obsolete job struct




commit 48d57d01bbc723ae5dd4916db014b2789e5c9d87
Author: António Fernandes <antoniof gnome org>
Date:   Sat Oct 9 12:46:34 2021 +0100

    file-operations: Drop obsolete job struct
    
    Historical note: it was use to mark .desktop launchers as trusted,
    back when we included support for launching apps, as part of the
    "desktop icons" featured which was a piece of GNOME 2's shell.

 src/nautilus-file-operations.c | 9 ---------
 1 file changed, 9 deletions(-)
---
diff --git a/src/nautilus-file-operations.c b/src/nautilus-file-operations.c
index 9ad170e50..c9312d4a7 100644
--- a/src/nautilus-file-operations.c
+++ b/src/nautilus-file-operations.c
@@ -135,15 +135,6 @@ typedef struct
     gpointer done_callback_data;
 } EmptyTrashJob;
 
-typedef struct
-{
-    CommonJob common;
-    GFile *file;
-    gboolean interactive;
-    NautilusOpCallback done_callback;
-    gpointer done_callback_data;
-} MarkTrustedJob;
-
 typedef struct
 {
     CommonJob common;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]