[gtk+/xi2-for-master] Remove some more devicegroup remains
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/xi2-for-master] Remove some more devicegroup remains
- Date: Tue, 25 May 2010 00:32:08 +0000 (UTC)
commit d6007e8e95ffb758f2637313cab94782a5f62b24
Author: Matthias Clasen <mclasen redhat com>
Date: Mon May 24 20:30:15 2010 -0400
Remove some more devicegroup remains
gtk/gtkwidget.c | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 29450ef..08d8e1f 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -198,7 +198,6 @@ enum {
KEYNAV_FAILED,
DRAG_FAILED,
DAMAGE_EVENT,
- MULTIDEVICE_EVENT,
LAST_SIGNAL
};
@@ -230,7 +229,6 @@ enum {
};
typedef struct _GtkStateData GtkStateData;
-typedef struct _GtkMultiDeviceData GtkMultiDeviceData;
struct _GtkStateData
{
@@ -240,12 +238,6 @@ struct _GtkStateData
guint use_forall : 1;
};
-struct _GtkMultiDeviceData
-{
- GList *groups;
- GHashTable *by_dev;
-};
-
/* --- prototypes --- */
static void gtk_widget_class_init (GtkWidgetClass *klass);
static void gtk_widget_base_class_finalize (GtkWidgetClass *klass);
@@ -398,8 +390,6 @@ static GQuark quark_mnemonic_labels = 0;
static GQuark quark_tooltip_markup = 0;
static GQuark quark_has_tooltip = 0;
static GQuark quark_tooltip_window = 0;
-static GQuark quark_multidevice_events = 0;
-static GQuark quark_multidevice_data = 0;
GParamSpecPool *_gtk_widget_child_property_pool = NULL;
GObjectNotifyContext *_gtk_widget_child_property_notify_context = NULL;
@@ -497,8 +487,6 @@ gtk_widget_class_init (GtkWidgetClass *klass)
quark_tooltip_markup = g_quark_from_static_string ("gtk-tooltip-markup");
quark_has_tooltip = g_quark_from_static_string ("gtk-has-tooltip");
quark_tooltip_window = g_quark_from_static_string ("gtk-tooltip-window");
- quark_multidevice_events = g_quark_from_static_string ("gtk-multidevice-events");
- quark_multidevice_data = g_quark_from_static_string ("gtk-multidevice-data");
style_property_spec_pool = g_param_spec_pool_new (FALSE);
_gtk_widget_child_property_pool = g_param_spec_pool_new (TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]