summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-icon-dnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnautilus-private/nautilus-icon-dnd.h')
-rw-r--r--libnautilus-private/nautilus-icon-dnd.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libnautilus-private/nautilus-icon-dnd.h b/libnautilus-private/nautilus-icon-dnd.h
index 821dd3d9b..ec7069630 100644
--- a/libnautilus-private/nautilus-icon-dnd.h
+++ b/libnautilus-private/nautilus-icon-dnd.h
@@ -72,14 +72,6 @@ struct NautilusIconDndInfo {
/* Shadow for the icons being dragged. */
GnomeCanvasItem *shadow;
-
- /* During drag&drop keep a saved pointer to the private drag context.
- * This is a hack-workaround to deal with the inability to override
- * drag action feedback in gtk and will be removed once the appropriate
- * interface gets added to gtkdnd to do this in a clean way
- */
- gpointer saved_drag_source_info;
-
/* last highlighted drop target*/
gpointer current_drop_target_icon;
};