[nautilus/wip/antoniof/gtk4-preparation-drop-outgoing-api: 5/22] file-changes-queue: Drop GdkPoint struct member




commit 90bc1a6cadb38e7363ed976daed1f8845974b3db
Author: António Fernandes <antoniof gnome org>
Date:   Sun Aug 8 18:21:17 2021 +0100

    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.

 src/nautilus-file-changes-queue.c | 1 -
 1 file changed, 1 deletion(-)
---
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;
 


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