[escher] Inline empty functions in ViewController

This commit is contained in:
Romain Goyet
2020-02-13 16:17:16 -05:00
committed by Ecco
parent 02a19fc83d
commit 7f767990d2
2 changed files with 3 additions and 16 deletions

View File

@@ -1,17 +1,4 @@
#include <escher/view_controller.h>
ViewController::ViewController(Responder * parentResponder) :
Responder(parentResponder)
{
}
const char * ViewController::title() {
return nullptr;
}
void ViewController::viewWillAppear() {
}
void ViewController::viewDidDisappear() {
}