code cleanup

This commit is contained in:
punkrockguy318 2008-06-28 01:56:25 +00:00
parent 9bc3055053
commit ac2abd91f1
1 changed files with 0 additions and 6 deletions

6
gfceu
View File

@ -457,12 +457,6 @@ class GfceuApp:
x = chooser.get_filename()
widgets.get_object("rom_entry").set_text(x)
options.romfile = x
options.network_rom = False
elif chooser.get_uri():
x = chooser.get_uri()
widgets.get_object("rom_entry").set_text(x)
options.romfile = x
options.network_rom = True
def gamepad_clicked(self, widget, data=None):