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




commit 3c6f66ae72f74a6ec323bbcfe639ee6474322f9a
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 9208d19b0..7fd681822 100644
--- a/src/nautilus-file-operations.c
+++ b/src/nautilus-file-operations.c
@@ -133,15 +133,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]