[apps] Clean

This commit is contained in:
Émilie Feral
2018-01-12 13:54:48 +01:00
committed by EmilieNumworks
parent 03ebffa09d
commit eb0686e2b2
5 changed files with 2 additions and 8 deletions

View File

@@ -19,9 +19,7 @@ public:
void viewWillAppear() override;
protected:
constexpr static float k_cursorTopMarginRatio = 0.068f; // (cursorHeight/2)/graphViewHeight
constexpr static float k_cursorRightMarginRatio = 0.04f; // (cursorWidth/2)/graphViewWidth
constexpr static float k_cursorBottomMarginRatio = 0.15f; // (cursorHeight/2+bannerHeigh)/graphViewHeight
constexpr static float k_cursorLeftMarginRatio = 0.04f; // (cursorWidth/2)/graphViewWidth
void reloadBannerView() override;
bool handleEnter() override;
int m_indexFunctionSelectedByCursor;