1
0
mirror of https://github.com/lutris/lutris synced 2024-07-05 16:38:42 +00:00

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)