g13gui: Remove some silly things from G13Button

This commit is contained in:
June Tate-Gans 2021-04-28 21:28:29 -05:00
parent 20486af0d0
commit 9e6ec22689

View File

@ -22,9 +22,6 @@ class G13Button(Gtk.MenuButton, GtkObserver):
self._popover = ui.G13ButtonPopover(self, self._prefs, self._keyName)
self.set_popover(self._popover)
_image = Gtk.Image.new_from_file(g13KeyName + '.png')
self.get_style_context().add_class('flat')
self.set_can_default(False)
self.updateProfileRegistration()
self.updateBindingDisplay()