mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 14:20:39 +01:00
[apps] Delete redundant constexpr definition
Change-Id: Ibc72723a576cc69a692b2dc263576a4d0d9d8161
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user