diff --git a/lib/matplotlib/backends/backend_pgf.py b/lib/matplotlib/backends/backend_pgf.py index 212b75d8b00a..ce00652e1388 100644 --- a/lib/matplotlib/backends/backend_pgf.py +++ b/lib/matplotlib/backends/backend_pgf.py @@ -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'