summaryrefslogtreecommitdiff
path: root/gdk/gdkdeviceprivate.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/gdkdeviceprivate.h
parentda9b3a92563d6ed977504ca48cfe8162f3d4e8f4 (diff)
downloadgtk+-805ddc3c3a8e3d4a4a0125919b2cd0693d18ba3c.tar.gz
gdk: Drop gdk_device_get_history
This function is not implemented anywhere.
Diffstat (limited to 'gdk/gdkdeviceprivate.h')
-rw-r--r--gdk/gdkdeviceprivate.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdk/gdkdeviceprivate.h b/gdk/gdkdeviceprivate.h
index 55d4f0beef..de7c9e5c34 100644
--- a/gdk/gdkdeviceprivate.h
+++ b/gdk/gdkdeviceprivate.h
@@ -70,13 +70,6 @@ struct _GdkDeviceClass
{
GObjectClass parent_class;
- gboolean (* get_history) (GdkDevice *device,
- GdkSurface *surface,
- guint32 start,
- guint32 stop,
- GdkTimeCoord ***events,
- gint *n_events);
-
void (* get_state) (GdkDevice *device,
GdkSurface *surface,
gdouble *axes,