diff options
Diffstat (limited to 'libcaja-private/caja-icon-dnd.c')
-rw-r--r-- | libcaja-private/caja-icon-dnd.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libcaja-private/caja-icon-dnd.c b/libcaja-private/caja-icon-dnd.c index a41271e0..dde633e3 100644 --- a/libcaja-private/caja-icon-dnd.c +++ b/libcaja-private/caja-icon-dnd.c @@ -25,12 +25,10 @@ Andy Hertzfeld <[email protected]> Pavel Cisler <[email protected]> - XDS support: Benedikt Meurer <[email protected]> (adapted by Amos Brocco <[email protected]>) */ - #include <config.h> #include <math.h> #include <stdio.h> @@ -183,7 +181,6 @@ set_shadow_position (EelCanvasItem *shadow, NULL); } - /* Source-side handling of the drag. */ /* iteration glue struct */ @@ -339,7 +336,6 @@ drag_data_get_callback (GtkWidget *widget, info, time, widget, each_icon_get_data_binder); } - /* Target-side handling of the drag. */ static void @@ -1221,7 +1217,6 @@ selection_is_image_file (GList *selection_list) return result; } - static void caja_icon_container_receive_dropped_icons (CajaIconContainer *container, GdkDragContext *context, @@ -1943,7 +1938,6 @@ caja_icon_dnd_init (CajaIconContainer *container) g_return_if_fail (container != NULL); g_return_if_fail (CAJA_IS_ICON_CONTAINER (container)); - container->details->dnd_info = g_new0 (CajaIconDndInfo, 1); caja_drag_init (&container->details->dnd_info->drag_info, drag_types, G_N_ELEMENTS (drag_types), TRUE); @@ -1966,7 +1960,6 @@ caja_icon_dnd_init (CajaIconContainer *container) targets = gtk_drag_dest_get_target_list (GTK_WIDGET (container)); gtk_target_list_add_text_targets (targets, CAJA_ICON_DND_TEXT); - /* Messages for outgoing drag. */ g_signal_connect (container, "drag_begin", G_CALLBACK (drag_begin_callback), NULL); |