From 89736fd3f1d240135d7fd188d965fd3bbf4cc5c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Thu, 22 Sep 2016 17:03:16 +0200 Subject: [PATCH] [apps/graph/list] clean empty functions Change-Id: I73e6e068f663002216dbab864f8f2281fe176f80 --- apps/graph/list/function_cell.cpp | 3 --- apps/graph/list/function_cell.h | 1 - 2 files changed, 4 deletions(-) diff --git a/apps/graph/list/function_cell.cpp b/apps/graph/list/function_cell.cpp index aaa291545..298171c85 100644 --- a/apps/graph/list/function_cell.cpp +++ b/apps/graph/list/function_cell.cpp @@ -58,9 +58,6 @@ void FunctionCell::didBecomeFirstResponder() { //markRectAsDirty(bounds()); } -void FunctionCell::didResignFirstResponder() { - //markRectAsDirty(bounds()); -} bool FunctionCell::handleEvent(Ion::Events::Event event){ switch (event) { diff --git a/apps/graph/list/function_cell.h b/apps/graph/list/function_cell.h index f11d8eed4..c45c4b709 100644 --- a/apps/graph/list/function_cell.h +++ b/apps/graph/list/function_cell.h @@ -15,7 +15,6 @@ public: Graph::Function * function(); void didBecomeFirstResponder() override; - void didResignFirstResponder() override; bool handleEvent(Ion::Events::Event event) override; private: