forked from AuroraMiddleware/gtk
Drop two pointless lines
These return statements weren't making any difference.
This commit is contained in:
parent
45369d506b
commit
76b1361902
@ -757,7 +757,6 @@ gtk_drag_get_event_actions (const GdkEvent *event,
|
|||||||
*suggested_action = GDK_ACTION_COPY;
|
*suggested_action = GDK_ACTION_COPY;
|
||||||
*possible_actions = GDK_ACTION_COPY;
|
*possible_actions = GDK_ACTION_COPY;
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -766,7 +765,6 @@ gtk_drag_get_event_actions (const GdkEvent *event,
|
|||||||
*suggested_action = GDK_ACTION_MOVE;
|
*suggested_action = GDK_ACTION_MOVE;
|
||||||
*possible_actions = GDK_ACTION_MOVE;
|
*possible_actions = GDK_ACTION_MOVE;
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user