Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions lib/matplotlib/backends/backend_wx.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down