]> Pileus Git - ~andy/gtk/commitdiff
gdk: Remove an unused enumeration
authorMatthias Clasen <mclasen@redhat.com>
Mon, 5 Mar 2012 01:05:08 +0000 (20:05 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 5 Mar 2012 01:05:42 +0000 (20:05 -0500)
We don't have any API using the GdkExtensionMode enumeration, so
no point in carrying it in the headers.

gdk/gdkdevice.h

index ffbdbf2750e3c5c526629530a2120b09a014e33a..02c26cc177c8181e68ea9968d5f25c8004fc805f 100644 (file)
@@ -33,23 +33,6 @@ G_BEGIN_DECLS
 
 typedef struct _GdkTimeCoord GdkTimeCoord;
 
-/**
- * GdkExtensionMode:
- * @GDK_EXTENSION_EVENTS_NONE: no extension events are desired.
- * @GDK_EXTENSION_EVENTS_ALL: all extension events are desired.
- * @GDK_EXTENSION_EVENTS_CURSOR: extension events are desired only if a cursor
- *                               will be displayed for the device.
- *
- * An enumeration used to specify which extension events
- * are desired for a particular widget.
- */
-typedef enum
-{
-  GDK_EXTENSION_EVENTS_NONE,
-  GDK_EXTENSION_EVENTS_ALL,
-  GDK_EXTENSION_EVENTS_CURSOR
-} GdkExtensionMode;
-
 /**
  * GdkInputSource:
  * @GDK_SOURCE_MOUSE: the device is a mouse. (This will be reported for the core