[escher/button_row_controller] Remove unused variable

This commit is contained in:
Léa Saviot
2020-01-27 17:40:09 +01:00
parent 7e7a37bf8e
commit afbca672fd

View File

@@ -57,8 +57,6 @@ private:
constexpr static KDCoordinate k_embossedStyleHeightLarge = 52;
constexpr static KDCoordinate k_embossedStyleHeightMarginSmall = 6;
constexpr static KDCoordinate k_embossedStyleHeightMarginLarge = 8;
constexpr static KDColor k_separatorHeaderColor = KDColor::RGB24(0xDEE0E2);
constexpr static KDColor k_selectedBackgroundColor = KDColor::RGB24(0x426DA7);
ViewController * m_mainViewController;
int m_selectedButton;
ButtonRowDelegate * m_delegate;