TRECISION: Remove the setRoom() wrapper

This commit is contained in:
Filippos Karapetis 2021-05-20 00:34:15 +03:00 committed by SupSuper
parent e1ad7c1318
commit 8931782996
6 changed files with 23 additions and 24 deletions

View file

@ -45,10 +45,6 @@ char *TrecisionEngine::getNextSentence() {
return _textPtr;
}
void TrecisionEngine::setRoom(uint16 r, bool b) {
_logicMgr->setupAltRoom(r, b);
}
/*-------------------------------------------------
* Compute string length from character begin to end
*-------------------------------------------------*/