Those joystick icons references almost got away

This commit is contained in:
Mathieu Comandon 2016-10-31 11:53:26 -07:00
parent 5fa57b8f9c
commit b18cdd4b80

View file

@ -121,7 +121,6 @@ class LutrisWindow(Gtk.Application):
# Scroll window
self.games_scrollwindow = self.builder.get_object('games_scrollwindow')
self.games_scrollwindow.add(self.view)
self.joystick_icons = []
# Buttons
self.stop_button = self.builder.get_object('stop_button')
self.stop_button.set_sensitive(False)