eventcontroller: Remove unused evmask member variable

This commit is contained in:
Benjamin Otte 2018-03-07 02:02:28 +01:00
parent 074e7001dc
commit 325f6121ba

View File

@ -51,7 +51,6 @@ static GParamSpec *properties[LAST_PROP] = { NULL, };
struct _GtkEventControllerPrivate
{
GtkWidget *widget;
guint evmask;
GtkPropagationPhase phase;
};