mirror of
https://github.com/Syncplay/syncplay
synced 2025-01-05 14:20:33 +00:00
Remove old _lastThreadSeqnum
.
This commit is contained in:
parent
f06a1dc18a
commit
92deb3e134
@ -975,8 +975,6 @@ class ConfigDialog(QtGui.QDialog):
|
|||||||
self.hostCombobox.setEditText(currentServer)
|
self.hostCombobox.setEditText(currentServer)
|
||||||
|
|
||||||
def __init__(self, config, playerpaths, error, defaultConfig):
|
def __init__(self, config, playerpaths, error, defaultConfig):
|
||||||
self._lastThreadSeqnum = 0
|
|
||||||
|
|
||||||
self.config = config
|
self.config = config
|
||||||
self.defaultConfig = defaultConfig
|
self.defaultConfig = defaultConfig
|
||||||
self.playerpaths = playerpaths
|
self.playerpaths = playerpaths
|
||||||
|
Loading…
Reference in New Issue
Block a user