1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2025-12-18 20:10:26 +01:00

Removed unused run function from savestate wrapper

This commit is contained in:
2017-01-08 12:01:25 +01:00
parent 6a026ecff1
commit 1a67b355ae

View File

@@ -46,13 +46,3 @@ class Wrapper(base.Base):
return False
return True
def run(config_file, fsuae_options, configuration):
"""Run fs-uae with provided config file and options"""
runner = Wrapper(config_file, fsuae_options, configuration)
try:
return runner.run()
finally:
runner.clean()