From 1b27253169d6a1fa61a61f3b638a0bc9c452440f Mon Sep 17 00:00:00 2001 From: Constantin Shalnev Date: Tue, 11 Aug 2015 13:22:09 +0300 Subject: [PATCH] Removed unused const NONE --- tools/kothic/mapcss/Eval.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/kothic/mapcss/Eval.py b/tools/kothic/mapcss/Eval.py index 3c32832d07..ab3225f184 100644 --- a/tools/kothic/mapcss/Eval.py +++ b/tools/kothic/mapcss/Eval.py @@ -15,8 +15,6 @@ # You should have received a copy of the GNU General Public License # along with kothic. If not, see . -NONE = "" - class Eval(): def __init__(self, s='eval()'):