From 08605d4598feed865e0451b738d2feab6b767633 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sun, 19 Feb 2023 18:13:16 +0100 Subject: [PATCH] Remove code from render() method that should no longer be there as open() and close() is nowadays handled outside --- boxes/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/boxes/__init__.py b/boxes/__init__.py index 155bd68..255bab4 100755 --- a/boxes/__init__.py +++ b/boxes/__init__.py @@ -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