summaryrefslogtreecommitdiff
path: root/gdk/gdkdevice.h
diff options
context:
space:
mode:
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);