From 3b742b3fd1892501223cc65b6f1fc5d8b4a55e62 Mon Sep 17 00:00:00 2001 From: Eric Firing Date: Sun, 23 Nov 2014 15:21:41 -0500 Subject: [PATCH] backend_wx: delete remaining lines for removal of printer support This just finishes off the process; most of the removal was done in #84ffb60. --- lib/matplotlib/backends/backend_wx.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/matplotlib/backends/backend_wx.py b/lib/matplotlib/backends/backend_wx.py index a525fa1c5072..6fff3dff141e 100644 --- a/lib/matplotlib/backends/backend_wx.py +++ b/lib/matplotlib/backends/backend_wx.py @@ -766,11 +766,6 @@ def do_nothing(*args, **kwargs): self.macros = {} # dict from wx id to seq of macros - # printer attributes and methods deprecated, 2010/06/19 - self._printerData = None - self._printerPageData = None - self.printer_width = 5.5 - self.printer_margin = 0.5 def Destroy(self, *args, **kwargs): wx.Panel.Destroy(self, *args, **kwargs)