diff --git a/python/port/mod/matplotlib/pyplot/plot_store.cpp b/python/port/mod/matplotlib/pyplot/plot_store.cpp index e600e3150..931aa3c29 100644 --- a/python/port/mod/matplotlib/pyplot/plot_store.cpp +++ b/python/port/mod/matplotlib/pyplot/plot_store.cpp @@ -4,9 +4,6 @@ namespace Matplotlib { PlotStore::PlotStore() : Shared::InteractiveCurveViewRange(), - m_axesRequested(true), - m_axesAuto(true), - m_gridRequested(false), m_show(false) { flush();