Remove motif dnd leftovers
We don't support Motif DND anymore, so no need to look for Motif-specific messages.
This commit is contained in:
@@ -882,11 +882,6 @@ gtk_drag_selection_received (GtkWidget *widget,
|
||||
{
|
||||
gtk_drag_finish (context, TRUE, FALSE, time);
|
||||
}
|
||||
else if ((target == gdk_atom_intern_static_string ("XmTRANSFER_SUCCESS")) ||
|
||||
(target == gdk_atom_intern_static_string ("XmTRANSFER_FAILURE")))
|
||||
{
|
||||
/* Do nothing */
|
||||
}
|
||||
else
|
||||
{
|
||||
GtkDragDestSite *site;
|
||||
|
||||
Reference in New Issue
Block a user