summaryrefslogtreecommitdiff
path: root/gtk/gtkdragdest.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-01-05 17:27:26 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-01-08 18:48:20 -0500
commit1262184269b58c8bea0d8b49fa077279daa8b481 (patch)
tree72ce6e772e098ccf7395d570ab6d4a9e5b5aaf68 /gtk/gtkdragdest.h
parent46f42fc53d62569282c539c3b5d325b2a8d0e63b (diff)
downloadgtk+-1262184269b58c8bea0d8b49fa077279daa8b481.tar.gz
droptarget: Drop the track-motion property
It does not have any effect anymore. Update all callers
Diffstat (limited to 'gtk/gtkdragdest.h')
-rw-r--r--gtk/gtkdragdest.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/gtkdragdest.h b/gtk/gtkdragdest.h
index dae74edff1..267600b4b5 100644
--- a/gtk/gtkdragdest.h
+++ b/gtk/gtkdragdest.h
@@ -69,12 +69,6 @@ GDK_AVAILABLE_IN_ALL
GdkDragAction gtk_drop_target_get_actions (GtkDropTarget *dest);
GDK_AVAILABLE_IN_ALL
-void gtk_drop_target_set_track_motion (GtkDropTarget *dest,
- gboolean track_motion);
-GDK_AVAILABLE_IN_ALL
-gboolean gtk_drop_target_get_track_motion (GtkDropTarget *dest);
-
-GDK_AVAILABLE_IN_ALL
void gtk_drop_target_attach (GtkDropTarget *dest,
GtkWidget *widget);
GDK_AVAILABLE_IN_ALL