From b540ca492aeea2dbee233a3950d1df5ffadea805 Mon Sep 17 00:00:00 2001 From: Alexander Kryklia Date: Fri, 4 Jan 2013 15:13:51 +0200 Subject: [PATCH] removed old flag use_targets --- common/lib/capa/capa/inputtypes.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/lib/capa/capa/inputtypes.py b/common/lib/capa/capa/inputtypes.py index e0c90bd8ee..4d2e2ed142 100644 --- a/common/lib/capa/capa/inputtypes.py +++ b/common/lib/capa/capa/inputtypes.py @@ -852,10 +852,6 @@ class DragAndDropInput(InputTypeBase): # image drag and drop onto to_js['base_image'] = Attribute('img').parse_from_xml(self.xml) - # problem subtype: targets or positions - to_js['use_targets'] = Attribute('targets', - default="True").parse_from_xml(self.xml) - # outline places on image where to drag adn drop to_js['target_outline'] = Attribute('target_outline', default="False").parse_from_xml(self.xml)