summaryrefslogtreecommitdiff
path: root/gdk/gdkdevice.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-06-08 18:22:52 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-06-08 18:24:20 -0400
commit805ddc3c3a8e3d4a4a0125919b2cd0693d18ba3c (patch)
tree3bd46ef10d44b59c62f8ce91e8073f6f17a7959f /gdk/gdkdevice.h
parentda9b3a92563d6ed977504ca48cfe8162f3d4e8f4 (diff)
downloadgtk+-805ddc3c3a8e3d4a4a0125919b2cd0693d18ba3c.tar.gz
gdk: Drop gdk_device_get_history
This function is not implemented anywhere.
Diffstat (limited to 'gdk/gdkdevice.h')
-rw-r--r--gdk/gdkdevice.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gdk/gdkdevice.h b/gdk/gdkdevice.h
index b1cdf583a4..a45a3163fb 100644
--- a/gdk/gdkdevice.h
+++ b/gdk/gdkdevice.h
@@ -146,16 +146,6 @@ GDK_AVAILABLE_IN_ALL
GdkSurface * gdk_device_get_surface_at_position (GdkDevice *device,
double *win_x,
double *win_y);
-GDK_AVAILABLE_IN_ALL
-gboolean gdk_device_get_history (GdkDevice *device,
- GdkSurface *surface,
- guint32 start,
- guint32 stop,
- GdkTimeCoord ***events,
- gint *n_events);
-GDK_AVAILABLE_IN_ALL
-void gdk_device_free_history (GdkTimeCoord **events,
- gint n_events);
GDK_AVAILABLE_IN_ALL
gint gdk_device_get_n_axes (GdkDevice *device);