[apps/statistics] Remove unused variable in HistogramView

It is unused as HistogramView now inherits Shared::HorizontallyLabeledCurveView
This commit is contained in:
Léa Saviot
2020-03-11 12:01:45 +01:00
committed by RubenNumworks
parent 702772a7c9
commit 8168a125e6

View File

@@ -23,7 +23,6 @@ public:
private:
HistogramController * m_controller;
Store * m_store;
char m_labels[k_maxNumberOfXLabels][k_labelBufferMaxSize];
static float EvaluateHistogramAtAbscissa(float abscissa, void * model, void * context);
float m_highlightedBarStart;
float m_highlightedBarEnd;