Skip to content

Commit 4d1cbc8

Browse files
authored
Cleanup: Remove unused variable member.
1 parent 9584597 commit 4d1cbc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nml/grfstrings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,6 @@ def __init__(self, string, lang, pos):
677677
raise generic.ScriptError('Invalid case-name "{}"'.format(case), pos)
678678
command.case = lang.cases[case]
679679
if string[end] != "}":
680-
command.argument_is_assigment = string[end] == "="
681680
arg_start = end + 1
682681
end = string.find("}", end + 1)
683682
if end == -1 or not command.set_arguments(string[arg_start:end]):

0 commit comments

Comments
 (0)