forked from AuroraMiddleware/gtk
gdk: Remove unused function
Fun fact: This function was never used.
This commit is contained in:
parent
1b9aa1b708
commit
80dcdd3df6
@ -802,12 +802,6 @@ gdk_drag_context_cancel (GdkDragContext *context,
|
||||
g_signal_emit (context, signals[CANCEL], 0, reason);
|
||||
}
|
||||
|
||||
GList *
|
||||
gdk_drag_context_list (void)
|
||||
{
|
||||
return contexts;
|
||||
}
|
||||
|
||||
gboolean
|
||||
gdk_drag_context_handle_source_event (GdkEvent *event)
|
||||
{
|
||||
|
@ -146,8 +146,6 @@ struct _GdkDragContext {
|
||||
guint drop_done : 1; /* Whether gdk_drag_drop_done() was performed */
|
||||
};
|
||||
|
||||
GList * gdk_drag_context_list (void);
|
||||
|
||||
void gdk_drag_context_set_device (GdkDragContext *context,
|
||||
GdkDevice *device);
|
||||
void gdk_drag_context_set_cursor (GdkDragContext *context,
|
||||
|
Loading…
Reference in New Issue
Block a user