[apps] Delete redundant constexpr definition

Change-Id: Ibc72723a576cc69a692b2dc263576a4d0d9d8161
This commit is contained in:
Émilie Feral
2016-12-30 11:03:04 +01:00
parent 4801577bf1
commit aec9f8db2a
2 changed files with 0 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;