[quartz] Delete the typedef of GdkDevicePrivate

It's in gdkdevice.h now.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=622765

Signed-off-by: Javier Jardón <jjardon@gnome.org>
This commit is contained in:
John Ralls 2010-06-26 00:22:48 +02:00 committed by Javier Jardón
parent ef25dba303
commit d722adb76a

View File

@ -34,7 +34,6 @@
typedef struct _GdkAxisInfo GdkAxisInfo;
typedef struct _GdkInputVTable GdkInputVTable;
typedef struct _GdkDevicePrivate GdkDevicePrivate;
struct _GdkInputVTable {
gint (*set_mode) (guint32 deviceid, GdkInputMode mode);