diff --git a/apps/statistics/box_view.h b/apps/statistics/box_view.h index 89072c72a..0fe0e91b9 100644 --- a/apps/statistics/box_view.h +++ b/apps/statistics/box_view.h @@ -19,7 +19,6 @@ public: bool selectQuantile(int selectedQuantile); void drawRect(KDContext * ctx, KDRect rect) const override; private: - constexpr static KDCoordinate k_bannerHeight = 30; char * label(Axis axis, int index) const override; View * bannerView() override; Data * m_data; diff --git a/apps/statistics/histogram_view.h b/apps/statistics/histogram_view.h index ef11961f0..729700571 100644 --- a/apps/statistics/histogram_view.h +++ b/apps/statistics/histogram_view.h @@ -16,7 +16,6 @@ public: void reload(); void drawRect(KDContext * ctx, KDRect rect) const override; private: - constexpr static KDCoordinate k_bannerHeight = 30; char * label(Axis axis, int index) const override; View * bannerView() override; float evaluateModelWithParameter(Model * curve, float t) const override;