Remove code from render() method that should no longer be there
as open() and close() is nowadays handled outside
This commit is contained in:
parent
b66c9d970d
commit
08605d4598
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue