mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 12:20:10 +00:00
eventcontroller: Remove unused evmask member variable
This commit is contained in:
parent
074e7001dc
commit
325f6121ba
@ -51,7 +51,6 @@ static GParamSpec *properties[LAST_PROP] = { NULL, };
|
|||||||
struct _GtkEventControllerPrivate
|
struct _GtkEventControllerPrivate
|
||||||
{
|
{
|
||||||
GtkWidget *widget;
|
GtkWidget *widget;
|
||||||
guint evmask;
|
|
||||||
GtkPropagationPhase phase;
|
GtkPropagationPhase phase;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user