Remove code from render() method that should no longer be there

as open() and close() is nowadays handled outside
This commit is contained in:
Florian Festi 2023-02-19 18:13:16 +01:00
parent b66c9d970d
commit 08605d4598
1 changed files with 0 additions and 2 deletions

View File

@ -652,10 +652,8 @@ class Boxes:
You will typically need to call .parseArgs() before calling this one
"""
self.open()
# Change settings and create new Edges and part classes here
raise NotImplementedError
self.close()
def cc(self, callback, number, x=0.0, y=None, a=0.0):
"""Call callback from edge of a part