Clean-up the Stoppable architecture

This commit is contained in:
John Freeman
2020-12-04 14:19:54 -06:00
committed by Edward Hennis
parent 1fd1c34112
commit 78245a072c
17 changed files with 106 additions and 198 deletions

View File

@@ -977,11 +977,6 @@ public:
// Stoppable
//
void
onPrepare() override
{
}
void
onStart() override
{
@@ -1634,7 +1629,6 @@ void
ApplicationImp::doStart(bool withTimers)
{
startTimers_ = withTimers;
prepare();
start();
}