gdk: Drop gdk_device_get_axis_value leftovers

This commit is contained in:
Rico Tzschichholz 2020-06-16 15:31:29 +02:00
parent 2cc39fe282
commit 7c1cf7781b
2 changed files with 0 additions and 6 deletions

View File

@ -381,7 +381,6 @@ gdk_device_get_surface_at_position
GdkTimeCoord GdkTimeCoord
gdk_device_get_axis gdk_device_get_axis
gdk_device_get_axis_names gdk_device_get_axis_names
gdk_device_get_axis_value
gdk_device_get_last_event_surface gdk_device_get_last_event_surface
<SUBSECTION> <SUBSECTION>

View File

@ -130,11 +130,6 @@ GdkSurface * gdk_device_get_surface_at_position (GdkDevice *device,
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL
gint gdk_device_get_n_axes (GdkDevice *device); gint gdk_device_get_n_axes (GdkDevice *device);
GDK_AVAILABLE_IN_ALL
gboolean gdk_device_get_axis_value (GdkDevice *device,
gdouble *axes,
gdouble *value);
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL
gboolean gdk_device_get_axis (GdkDevice *device, gboolean gdk_device_get_axis (GdkDevice *device,
gdouble *axes, gdouble *axes,