summaryrefslogtreecommitdiff
path: root/gdk/gdkdndprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-05-07 17:31:26 +0200
committerBenjamin Otte <otte@redhat.com>2018-05-07 18:55:09 +0200
commit34d1ebc562c83136cd778749d86abfee58e28627 (patch)
treed5bc504dae584cc9f4fbb06b3c85eb196142af0f /gdk/gdkdndprivate.h
parent80f5fd8435961c012c8c7202df3192631d564c6c (diff)
downloadgtk+-34d1ebc562c83136cd778749d86abfee58e28627.tar.gz
dnd: Make "formats" a construct-only property
... and hide the member variable inside the DragContextPrivate.
Diffstat (limited to 'gdk/gdkdndprivate.h')
-rw-r--r--gdk/gdkdndprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/gdkdndprivate.h b/gdk/gdkdndprivate.h
index 9778bc00e0..8f779dabb2 100644
--- a/gdk/gdkdndprivate.h
+++ b/gdk/gdkdndprivate.h
@@ -86,7 +86,6 @@ struct _GdkDragContext {
GdkSurface *drag_surface;
GdkContentProvider *content;
- GdkContentFormats *formats;
GdkDragAction actions;
GdkDragAction suggested_action;
GdkDragAction action;