From 8168a125e6739772ef9aaf89d5b41701e116f9c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Wed, 11 Mar 2020 12:01:45 +0100 Subject: [PATCH] [apps/statistics] Remove unused variable in HistogramView It is unused as HistogramView now inherits Shared::HorizontallyLabeledCurveView --- apps/statistics/histogram_view.h | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/statistics/histogram_view.h b/apps/statistics/histogram_view.h index c6859097c..f72cbac1a 100644 --- a/apps/statistics/histogram_view.h +++ b/apps/statistics/histogram_view.h @@ -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;