From b1cb355a3a65d11101d55846803cbf0296e22da5 Mon Sep 17 00:00:00 2001 From: Jasmine Hassan Date: Thu, 8 Nov 2012 02:57:24 +0200 Subject: [icon-dnd] cleanup useless comment removing old comment, keeping old pixmap/mask code around for GTK2 was: icon-dnd: cleanup useless code http://git.gnome.org/browse/nautilus/commit/?id=098057414b38aeeddd3fcd81942324336628d341 --- libcaja-private/caja-icon-dnd.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libcaja-private/caja-icon-dnd.c') diff --git a/libcaja-private/caja-icon-dnd.c b/libcaja-private/caja-icon-dnd.c index 308715fa..5aa48669 100644 --- a/libcaja-private/caja-icon-dnd.c +++ b/libcaja-private/caja-icon-dnd.c @@ -1541,10 +1541,6 @@ drag_begin_callback (GtkWidget *widget, pixmap = caja_icon_canvas_item_get_image (container->details->drag_icon->item, &mask, colormap); #endif - /* we want to drag semi-transparent pixbufs, but X is too slow dealing with - stippled masks, so we had to remove the code; this comment is left as a memorial - to it, with the hope that we get it back someday as X Windows improves */ - /* compute the image's offset */ eel_canvas_item_get_bounds (EEL_CANVAS_ITEM (container->details->drag_icon->item), &x1, &y1, &x2, &y2); -- cgit v1.2.1