Cppcheck fixes

This commit is contained in:
Rafał Mikrut
2020-11-03 06:35:54 +01:00
committed by Jehan
parent fb7a46c6a2
commit 3e35fe4d80
5 changed files with 4 additions and 7 deletions

View File

@ -196,8 +196,6 @@ gimp_chain_button_init (GimpChainButton *button)
button->priv = gimp_chain_button_get_instance_private (button);
private = GET_PRIVATE (button);
private->position = GIMP_CHAIN_TOP;
private->active = FALSE;
private->image = gtk_image_new ();