[apps] Graph: redesign TangentGraphController implementation: use

different controller with common parent class
This commit is contained in:
Émilie Feral
2018-01-09 15:50:39 +01:00
committed by EmilieNumworks
parent 7ce68d0a11
commit 5c64f76735
11 changed files with 126 additions and 90 deletions

View File

@@ -82,8 +82,4 @@ const char * App::XNT() {
return "x";
}
Responder * App::graphControllerParent() {
return &m_graphAlternateEmptyViewController;
}
}