[apps/statistics] Remove duplicate banner views

This commit is contained in:
Léa Saviot
2018-05-22 17:48:07 +02:00
parent c84fd45b97
commit 4a89ff4ba5
3 changed files with 22 additions and 12 deletions

View File

@@ -17,6 +17,9 @@ HistogramController::ContentView::ContentView(HistogramController * controller,
m_bannerView(),
m_store(store)
{
m_histogramView1.setDisplayBannerView(false);
m_histogramView2.setDisplayBannerView(false);
m_histogramView3.setDisplayBannerView(false);
}
HistogramView * HistogramController::ContentView::histogramViewAtIndex(int index) {