mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 21:54:19 +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:
|
elif not got_assign:
|
||||||
if c == "=":
|
if c == "=":
|
||||||
variables += [variable.rstrip()]
|
variables += [variable.rstrip()]
|
||||||
if variables[-1] == "mode": fuck = True
|
|
||||||
got_assign = True
|
got_assign = True
|
||||||
translatable = False
|
translatable = False
|
||||||
self.skip_whitespace()
|
self.skip_whitespace()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user