summaryrefslogtreecommitdiff
path: root/gdk/gdkdevice.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2020-07-30 17:46:49 +0200
committerCarlos Garnacho <carlosg@gnome.org>2020-07-30 18:44:40 +0200
commit46eb0543373a7734e5ddeed7aa0a877af3bcf2ad (patch)
treec7f4034140e4ea9963bf9e125a49d5124b675375 /gdk/gdkdevice.h
parent4a2050e220adabd09ecfadac99f208dc31b5ff12 (diff)
downloadgtk+-46eb0543373a7734e5ddeed7aa0a877af3bcf2ad.tar.gz
gdk: Drop gdk_device_get_device_type()
There is no longer a hierarchy of devices, or none that is seen on the outside.
Diffstat (limited to 'gdk/gdkdevice.h')
-rw-r--r--gdk/gdkdevice.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/gdk/gdkdevice.h b/gdk/gdkdevice.h
index 1c7d390868..9501041aa7 100644
--- a/gdk/gdkdevice.h
+++ b/gdk/gdkdevice.h
@@ -63,23 +63,6 @@ typedef enum
} GdkInputSource;
/**
- * GdkDeviceType:
- * @GDK_DEVICE_TYPE_LOGICAL: Device is a logical device. There will
- * be an associated focus indicator on the screen.
- * @GDK_DEVICE_TYPE_PHYSICAL: Device is a physical device.
- * @GDK_DEVICE_TYPE_FLOATING: Device is a physical device, currently
- * not attached to any seat.
- *
- * Indicates the device type.
- */
-typedef enum {
- GDK_DEVICE_TYPE_LOGICAL,
- GDK_DEVICE_TYPE_PHYSICAL,
- GDK_DEVICE_TYPE_FLOATING
-} GdkDeviceType;
-
-
-/**
* GdkTimeCoord:
* @time: The timestamp for this event.
* @flags: Flags indicating what axes are present
@@ -115,9 +98,6 @@ GDK_AVAILABLE_IN_ALL
GdkDisplay * gdk_device_get_display (GdkDevice *device);
GDK_AVAILABLE_IN_ALL
-GdkDeviceType gdk_device_get_device_type (GdkDevice *device);
-
-GDK_AVAILABLE_IN_ALL
const char *gdk_device_get_vendor_id (GdkDevice *device);
GDK_AVAILABLE_IN_ALL
const char *gdk_device_get_product_id (GdkDevice *device);