Skip to content

Commit

Permalink
Fix infinite recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheeo committed Nov 25, 2014
1 parent f352aef commit cae49f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/fa/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ def run(self, info, arguments, detach=False, init_file=None):
QtGui.QMessageBox.warning(None, "ForgedAllianceForever.exe", "Another instance of FA is already running.")
return False

def kill(self):
logger.warn("Process forcefully terminated.")
self.kill()

def running(self):
return self.state() == QtCore.QProcess.Running

Expand Down

0 comments on commit cae49f3

Please sign in to comment.