[gtk+/gtk-3-22] Remove an unused field
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-22] Remove an unused field
- Date: Sat, 26 Aug 2017 23:59:08 +0000 (UTC)
commit 7b7a4bf1d0c9d95d0172096f205bc822b55132aa
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Aug 26 19:15:36 2017 -0400
Remove an unused field
Drag contexts are objects, so there is no need to carry a
manual refcount around.
gdk/x11/gdkdnd-x11.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gdk/x11/gdkdnd-x11.c b/gdk/x11/gdkdnd-x11.c
index 4e5fd27..09eb1b2 100644
--- a/gdk/x11/gdkdnd-x11.c
+++ b/gdk/x11/gdkdnd-x11.c
@@ -74,8 +74,6 @@ struct _GdkX11DragContext
{
GdkDragContext context;
- guint ref_count;
-
gint start_x; /* Where the drag started */
gint start_y;
guint16 last_x; /* Coordinates from last event */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]