removed old flag use_targets

This commit is contained in:
Alexander Kryklia
2013-01-04 15:13:51 +02:00
parent b7b25369e0
commit b540ca492a

View File

@@ -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)