summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2021-08-08 18:21:17 +0100
committerOndrej Holy <oholy@redhat.com>2021-11-22 15:16:18 +0000
commit49ec3bd2c55521030f3de80b3ba16b9e6cd3fa3d (patch)
tree5e8f7aeb03752679e31f67b8086eb486d937847c
parent37740f0d722752e3dec987da2431d3625a17529a (diff)
downloadnautilus-49ec3bd2c55521030f3de80b3ba16b9e6cd3fa3d.tar.gz
file-changes-queue: Drop GdkPoint struct member
It's unused because we no longer handle icons on desktop. Also, the type is gone in GDK4.
-rw-r--r--src/nautilus-file-changes-queue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nautilus-file-changes-queue.c b/src/nautilus-file-changes-queue.c
index d1bdc46b2..859e0c0da 100644
--- a/src/nautilus-file-changes-queue.c
+++ b/src/nautilus-file-changes-queue.c
@@ -37,7 +37,6 @@ typedef struct
NautilusFileChangeKind kind;
GFile *from;
GFile *to;
- GdkPoint point;
int screen;
} NautilusFileChange;