diff options
author | Jasmine Hassan <[email protected]> | 2012-11-08 02:57:24 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-11-16 09:45:52 +0200 |
commit | b1cb355a3a65d11101d55846803cbf0296e22da5 (patch) | |
tree | 92bc7d2f6860916ff387dd4a1a09d77732ea9678 /libcaja-private | |
parent | 07bbb722c57b1f985a8750db9776099f1fadf7f6 (diff) | |
download | caja-b1cb355a3a65d11101d55846803cbf0296e22da5.tar.bz2 caja-b1cb355a3a65d11101d55846803cbf0296e22da5.tar.xz |
[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
Diffstat (limited to 'libcaja-private')
-rw-r--r-- | libcaja-private/caja-icon-dnd.c | 4 |
1 files changed, 0 insertions, 4 deletions
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); |