[apps] Removed unused static inline method

This commit is contained in:
Léa Saviot
2019-03-26 15:07:45 +01:00
committed by Émilie Feral
parent 82d5ff7799
commit 93a1546201

View File

@@ -5,7 +5,6 @@
namespace Shared {
static inline int maxInt(int x, int y) { return x > y ? x : y; }
static inline int minInt(int x, int y) { return x < y ? x : y; }
FunctionListController::FunctionListController(Responder * parentResponder, ButtonRowController * header, ButtonRowController * footer, I18n::Message text) :
ExpressionModelListController(parentResponder, text),