diff options
Diffstat (limited to 'gdk/gdkdnd.c')
-rw-r--r-- | gdk/gdkdnd.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gdk/gdkdnd.c b/gdk/gdkdnd.c index e0e0c3e7c7..44de31c25a 100644 --- a/gdk/gdkdnd.c +++ b/gdk/gdkdnd.c @@ -693,22 +693,6 @@ gdk_drag_drop_succeeded (GdkDragContext *context) return GDK_DRAG_CONTEXT_GET_CLASS (context)->drop_status (context); } -/** - * gdk_drag_get_selection: - * @context: a #GdkDragContext. - * - * Returns the selection atom for the current source window. - * - * Returns: (transfer none): the selection atom, or %NULL - */ -GdkAtom -gdk_drag_get_selection (GdkDragContext *context) -{ - g_return_val_if_fail (GDK_IS_DRAG_CONTEXT (context), NULL); - - return GDK_DRAG_CONTEXT_GET_CLASS (context)->get_selection (context); -} - static void gdk_drag_context_write_done (GObject *content, GAsyncResult *result, |