keyboard: Do now call g_binding_unbind() finalizing shortcut editor

This errors and is unnecessary because the binding is removed when the
object bound is finalized.
This commit is contained in:
Ian Douglas Scott 2021-01-11 09:07:34 -08:00
parent 3fdb5f7ab2
commit 621dd80ab0

View file

@ -616,7 +616,6 @@ cc_keyboard_shortcut_editor_finalize (GObject *object)
g_clear_object (&self->manager);
g_clear_pointer (&self->custom_combo, g_free);
g_clear_pointer (&self->reset_item_binding, g_binding_unbind);
G_OBJECT_CLASS (cc_keyboard_shortcut_editor_parent_class)->finalize (object);
}