summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2021-08-08 18:21:17 +0100
committerAntónio Fernandes <antoniof@gnome.org>2021-08-15 21:21:07 +0100
commit6cc64ac4fe93936de0652992189e016bb47f7b4c (patch)
treea93cda7f63e7352402229bf731e60ad5001da03b
parent34746da51d80f2d9b994b1f8a2bec9c0ba65e20a (diff)
downloadnautilus-6cc64ac4fe93936de0652992189e016bb47f7b4c.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;