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 = [] points = []
class SRef(Element): class SRef(Element):
Position = None position = (0,0)
Structure = "" structure = ""
transformation = Transformation() transformation = Transformation()
# tree # tree
Parent = None parent = None
Children = []