[matplotlib] Removed useless initializers in PlotStore constructor

Change-Id: Idea0ce07cbc800139539f9d3fb27811920645184
This commit is contained in:
Arthur
2020-05-19 11:15:19 +02:00
committed by Émilie Feral
parent 13d0bcf676
commit 7cd0b7e0e0

View File

@@ -4,9 +4,6 @@
namespace Matplotlib {
PlotStore::PlotStore() : Shared::InteractiveCurveViewRange(),
m_axesRequested(true),
m_axesAuto(true),
m_gridRequested(false),
m_show(false)
{
flush();