mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 10:36:30 +00:00
remove some ugly no-op code
This commit is contained in:
parent
0aa7e1d833
commit
47b247ea5b
@ -549,7 +549,6 @@ class Parser:
|
||||
elif not got_assign:
|
||||
if c == "=":
|
||||
variables += [variable.rstrip()]
|
||||
if variables[-1] == "mode": fuck = True
|
||||
got_assign = True
|
||||
translatable = False
|
||||
self.skip_whitespace()
|
||||
|
Loading…
x
Reference in New Issue
Block a user