We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300ee75 commit 3b742b3Copy full SHA for 3b742b3
lib/matplotlib/backends/backend_wx.py
@@ -766,11 +766,6 @@ def do_nothing(*args, **kwargs):
766
767
self.macros = {} # dict from wx id to seq of macros
768
769
- # printer attributes and methods deprecated, 2010/06/19
770
- self._printerData = None
771
- self._printerPageData = None
772
- self.printer_width = 5.5
773
- self.printer_margin = 0.5
774
775
def Destroy(self, *args, **kwargs):
776
wx.Panel.Destroy(self, *args, **kwargs)
0 commit comments