From 47b247ea5b74563c69694fbdc714f3dc949bf706 Mon Sep 17 00:00:00 2001 From: Patrick Parker Date: Mon, 15 Dec 2008 02:57:36 +0000 Subject: [PATCH] remove some ugly no-op code --- data/tools/wesnoth/wmlparser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/data/tools/wesnoth/wmlparser.py b/data/tools/wesnoth/wmlparser.py index e5ca13b988f..2426532f8dd 100755 --- a/data/tools/wesnoth/wmlparser.py +++ b/data/tools/wesnoth/wmlparser.py @@ -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()