structure: remove tree links

This commit is contained in:
Julian Daube 2019-07-01 13:07:38 +02:00
parent 29750ce192
commit 25fce7a95a

View File

@ -64,13 +64,12 @@ class Box(Element, Drawable):
points = []
class SRef(Element):
Position = None
Structure = ""
position = (0,0)
structure = ""
transformation = Transformation()
# tree
Parent = None
Children = []
parent = None