mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 08:41:01 +01:00
[escher] Inline empty functions in ViewController
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user