summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdisplay-x11.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2013-06-03 17:11:26 +0200
committerBenjamin Otte <otte@redhat.com>2013-06-13 15:31:35 +0200
commit7ce198ea6f75d8c3afd4b84141b77f84679ce662 (patch)
tree92efffeefc43c468d59e3acfef50a8a74a18c47c /gdk/x11/gdkdisplay-x11.h
parent0d55d9b96bf1774bd0c9ac27e3157bdf896acca7 (diff)
downloadgtk+-7ce198ea6f75d8c3afd4b84141b77f84679ce662.tar.gz
x11: Remove motif dnd leftovers
Diffstat (limited to 'gdk/x11/gdkdisplay-x11.h')
-rw-r--r--gdk/x11/gdkdisplay-x11.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdk/x11/gdkdisplay-x11.h b/gdk/x11/gdkdisplay-x11.h
index 7bb3b9d409..69ba890ca4 100644
--- a/gdk/x11/gdkdisplay-x11.h
+++ b/gdk/x11/gdkdisplay-x11.h
@@ -77,12 +77,6 @@ struct _GdkX11Display
/* drag and drop information */
GdkDragContext *current_dest_drag;
- /* data needed for MOTIF DnD */
- Window motif_drag_window;
- GdkWindow *motif_drag_gdk_window;
- GList **motif_target_lists;
- gint motif_n_target_lists;
-
/* Mapping to/from virtual atoms */
GHashTable *atom_from_virtual;
GHashTable *atom_to_virtual;