[interpolatablePlot] Remove redundant code

This commit is contained in:
Behdad Esfahbod 2023-11-28 09:42:13 -07:00
parent abd34de8b7
commit 2b115eaae8

View File

@ -1121,10 +1121,6 @@ class InterpolatablePostscriptLike(InterpolatablePlot):
super().show_page()
self.surface.show_page()
def __enter__(self):
self.surface = cairo.PSSurface(self.out, self.width, self.height)
return self
class InterpolatablePS(InterpolatablePostscriptLike):
def __enter__(self):