summaryrefslogtreecommitdiff
path: root/gdk/gdkdevice.c
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2011-04-08 16:23:39 +0200
committerCarlos Garnacho <carlosg@gnome.org>2011-04-08 16:39:45 +0200
commitdb74a6e81626730b91e49ae855270e616d7c6f5d (patch)
tree806f3d064343538c988e1b218b593ae4559b865d /gdk/gdkdevice.c
parent955f01cdf7ae1be4f19d7091a855c628470bbcc6 (diff)
downloadgtk+-db74a6e81626730b91e49ae855270e616d7c6f5d.tar.gz
GdkDevice: Remove duplicate private function
_gdk_device_get_axis_use() dates back to pre-sealing, when the xi2 work began, this remaining can be gone with a public gdk_device_get_axis_use() function already in place.
Diffstat (limited to 'gdk/gdkdevice.c')
-rw-r--r--gdk/gdkdevice.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gdk/gdkdevice.c b/gdk/gdkdevice.c
index 227c75c9d2..0d3c04054d 100644
--- a/gdk/gdkdevice.c
+++ b/gdk/gdkdevice.c
@@ -1400,16 +1400,6 @@ find_axis_info (GArray *array,
return NULL;
}
-GdkAxisUse
-_gdk_device_get_axis_use (GdkDevice *device,
- guint index_)
-{
- GdkAxisInfo info;
-
- info = g_array_index (device->axes, GdkAxisInfo, index_);
- return info.use;
-}
-
gboolean
_gdk_device_translate_window_coord (GdkDevice *device,
GdkWindow *window,