Remove old _lastThreadSeqnum.

This commit is contained in:
Peter Marheine 2015-10-23 17:27:11 -06:00
parent f06a1dc18a
commit 92deb3e134

View File

@ -975,8 +975,6 @@ class ConfigDialog(QtGui.QDialog):
self.hostCombobox.setEditText(currentServer)
def __init__(self, config, playerpaths, error, defaultConfig):
self._lastThreadSeqnum = 0
self.config = config
self.defaultConfig = defaultConfig
self.playerpaths = playerpaths