]> Pileus Git - ~andy/gtk/commitdiff
removed accidentally committed debugging message
authorOwen Taylor <otaylor@src.gnome.org>
Tue, 14 Nov 2000 20:36:03 +0000 (20:36 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 14 Nov 2000 20:36:03 +0000 (20:36 +0000)
gtk/gtkdnd.c

index 03aff7f691594a5cd6a53d186db2b81c93571f17..0abbdda674573610126381bb8e2e9386073eed32 100644 (file)
@@ -2585,8 +2585,6 @@ gtk_drag_source_info_destroy (gpointer data)
 {
   GtkDragSourceInfo *info = data;
 
-  g_warning ("Destroying drag source info!");
-  
   gtk_drag_remove_icon (data);
 
   if (!info->proxy_dest)