summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2021-10-09 12:46:34 +0100
committerAntónio Fernandes <antoniof@gnome.org>2021-11-27 20:32:19 +0000
commit3c6f66ae72f74a6ec323bbcfe639ee6474322f9a (patch)
tree23b51706957d34eb4437c67b9a7c05fb66398c7b
parentc8b1af90ae5ae56dce304e3e9a2c279c96d1307a (diff)
downloadnautilus-3c6f66ae72f74a6ec323bbcfe639ee6474322f9a.tar.gz
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.
-rw-r--r--src/nautilus-file-operations.c9
1 files changed, 0 insertions, 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
@@ -137,15 +137,6 @@ typedef struct
{
CommonJob common;
GFile *file;
- gboolean interactive;
- NautilusOpCallback done_callback;
- gpointer done_callback_data;
-} MarkTrustedJob;
-
-typedef struct
-{
- CommonJob common;
- GFile *file;
NautilusOpCallback done_callback;
gpointer done_callback_data;
guint32 file_permissions;