summaryrefslogtreecommitdiff
path: root/tests/testimage.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-12-05 04:06:20 +0100
committerBenjamin Otte <otte@redhat.com>2017-12-05 05:29:00 +0100
commit4658d7ea5484c7d98c43b8f33483e43995efd8d5 (patch)
treed9679bf4405c648552d4c80eeb140883f46515fb /tests/testimage.c
parent6f00c1b6268cb2ac573b845ee881832b5edc4a0a (diff)
downloadgtk+-4658d7ea5484c7d98c43b8f33483e43995efd8d5.tar.gz
dnd: Remove x/y coordinates from drag-data-received
This is in preparation of using input streams to show that these coordinates aren't needed most of the time and can otherwise be saved during GtkWidget::drag-drop.
Diffstat (limited to 'tests/testimage.c')
-rw-r--r--tests/testimage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testimage.c b/tests/testimage.c
index 56467b1671..2c221087e7 100644
--- a/tests/testimage.c
+++ b/tests/testimage.c
@@ -47,8 +47,6 @@ drag_data_get (GtkWidget *widget,
static void
drag_data_received (GtkWidget *widget,
GdkDragContext *context,
- gint x,
- gint y,
GtkSelectionData *selection_data,
guint info,
guint32 time,