eventcontrollerkey: Remove binding handling

This commit is contained in:
Georges Basile Stavracas Neto
2019-05-13 15:16:01 -03:00
committed by Matthias Clasen
parent 0aa6898e54
commit 8a0607bc4e

View File

@@ -35,7 +35,6 @@
#include "gtkwidgetprivate.h"
#include "gtkeventcontrollerprivate.h"
#include "gtkeventcontrollerkey.h"
#include "gtkbindings.h"
#include "gtkenums.h"
#include "gtkmain.h"
@@ -508,9 +507,6 @@ gtk_event_controller_key_forward (GtkEventControllerKey *controller,
GTK_PHASE_BUBBLE))
return TRUE;
if (gtk_bindings_activate_event (G_OBJECT (widget), (GdkEventKey *)controller->current_event))
return TRUE;
return FALSE;
}