From 7cd0b7e0e0795190699a4924d2ee7ffbf15e4713 Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 19 May 2020 11:15:19 +0200 Subject: [PATCH] [matplotlib] Removed useless initializers in PlotStore constructor Change-Id: Idea0ce07cbc800139539f9d3fb27811920645184 --- python/port/mod/matplotlib/pyplot/plot_store.cpp | 3 --- 1 file changed, 3 deletions(-) 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();