summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkinput.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/win32/gdkinput.c')
-rw-r--r--gdk/win32/gdkinput.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gdk/win32/gdkinput.c b/gdk/win32/gdkinput.c
index 093439962f..d3629c4446 100644
--- a/gdk/win32/gdkinput.c
+++ b/gdk/win32/gdkinput.c
@@ -280,18 +280,6 @@ gdk_input_exit (void)
g_list_free(gdk_input_windows);
}
-/**
- * gdk_device_get_axis:
- * @axis: a #GdkDevice
- * @axes: pointer to an array of axes
- * @use: the use to look for
- * @value: location to store the found value.
- *
- * Interprets an array of double as axis values for a given device,
- * and locates the value in the array for a given axis use.
- *
- * Return value: %TRUE if the given axis use was found, otherwies %FALSE
- **/
gboolean
gdk_device_get_axis (GdkDevice *device, gdouble *axes, GdkAxisUse use, gdouble *value)
{