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
remove empty constuctor
  • Loading branch information
OceanWolf committed Jul 27, 2015
commit 1b331a5b14f824ef467d2544266eb012b4e7e1eb
3 changes: 0 additions & 3 deletions lib/matplotlib/backends/backend_pgf.py
Original file line number Diff line number Diff line change
Expand Up @@ -769,9 +769,6 @@ class FigureCanvasPgf(FigureCanvasBase):
"pdf": "LaTeX compiled PGF picture",
"png": "Portable Network Graphics", }

def __init__(self, *args):
FigureCanvasBase.__init__(self, *args)

def get_default_filetype(self):
return 'pdf'

Expand Down