[apps/graph/list] clean empty functions

Change-Id: I73e6e068f663002216dbab864f8f2281fe176f80
This commit is contained in:
Émilie Feral
2016-09-22 17:03:16 +02:00
committed by Romain Goyet
parent 5fdb7d729e
commit 89736fd3f1
2 changed files with 0 additions and 4 deletions

View File

@@ -58,9 +58,6 @@ void FunctionCell::didBecomeFirstResponder() {
//markRectAsDirty(bounds());
}
void FunctionCell::didResignFirstResponder() {
//markRectAsDirty(bounds());
}
bool FunctionCell::handleEvent(Ion::Events::Event event){
switch (event) {