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:
parent
3fdb5f7ab2
commit
621dd80ab0
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue