From 9ccec00729f1464f855b4cf91e648f4c892b39a8 Mon Sep 17 00:00:00 2001 From: cavesomething Date: Sat, 15 May 2010 21:40:22 +0000 Subject: [PATCH] Remove stub code, this is likely to be handled in a separate check git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13237 282e977c-c81d-0410-88c4-b93c2d0d6712 --- python/dialog/pre/quest.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/dialog/pre/quest.py b/python/dialog/pre/quest.py index 37c068a57..83cf89365 100644 --- a/python/dialog/pre/quest.py +++ b/python/dialog/pre/quest.py @@ -20,9 +20,6 @@ questname = args[0] stage = args[1] -if stage == "complete": - # todo: implement this - pass if stage.find("-") == -1: if stage[0] == "=": startstep = int(stage[1:])