LAB: Remove unused return values

This commit is contained in:
Filippos Karapetis 2015-12-08 17:19:08 +02:00 committed by Willem Jan Palenstijn
parent ff6dfee221
commit c9ca5a0dd0
3 changed files with 6 additions and 15 deletions

View file

@ -1063,11 +1063,7 @@ bool LabEngine::from_crumbs(uint32 tmpClass, uint16 code, uint16 Qualifier, Comm
void LabEngine::go() {
_isHiRes = ((getFeatures() & GF_LOWRES) == 0);
if (!_graphics->setUpScreens()) {
_isHiRes = false;
_graphics->setUpScreens();
}
_graphics->setUpScreens();
_event->initMouse();
_msgFont = _resource->getFont("P:AvanteG.12");