Skip to content

Commit c867516

Browse files
nicobattysebp
authored andcommitted
Remove unused button instance
1 parent 14e797b commit c867516

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/layout_headerbar_example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def __init__(self):
3030
)
3131
box.add(button)
3232

33-
button = Gtk.Button()
3433
button = Gtk.Button.new_from_icon_name("pan-end-symbolic", Gtk.IconSize.MENU)
3534
box.add(button)
3635

0 commit comments

Comments
 (0)