From afbca672fdec07b1e08c6ef15c75f7f1395c7927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Mon, 27 Jan 2020 17:40:09 +0100 Subject: [PATCH] [escher/button_row_controller] Remove unused variable --- escher/include/escher/button_row_controller.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/escher/include/escher/button_row_controller.h b/escher/include/escher/button_row_controller.h index 9006c74bf..120603339 100644 --- a/escher/include/escher/button_row_controller.h +++ b/escher/include/escher/button_row_controller.h @@ -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;