diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-03-04 20:05:08 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-03-04 20:05:42 -0500 |
commit | aa60e02795e19874a837b47ba3c87e88d232c878 (patch) | |
tree | 0201e11e33ab577741470852e3f8e2129d37166e /gdk/gdkdevice.h | |
parent | ab87579e3f7c63ab7b48b535c0aaae959b47882b (diff) | |
download | gtk+-aa60e02795e19874a837b47ba3c87e88d232c878.tar.gz |
gdk: Remove an unused enumeration
We don't have any API using the GdkExtensionMode enumeration, so
no point in carrying it in the headers.
Diffstat (limited to 'gdk/gdkdevice.h')
-rw-r--r-- | gdk/gdkdevice.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gdk/gdkdevice.h b/gdk/gdkdevice.h index ffbdbf2750..02c26cc177 100644 --- a/gdk/gdkdevice.h +++ b/gdk/gdkdevice.h @@ -34,23 +34,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 * pointer, even if it is something else, such as a trackball.) |