remove old sh4 blit

Origin commit data
------------------
Commit: a5a9e21f21
Author: max_10 <max_10@gmx.de>
Date: 2021-12-03 (Fri, 03 Dec 2021)

Origin message was:
------------------
- remove old sh4 blit
This commit is contained in:
max_10
2021-12-03 22:39:21 +01:00
committed by vanhofen
parent 64c67af30c
commit 24764913b2
12 changed files with 0 additions and 26 deletions

View File

@@ -880,7 +880,6 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
initSelectable();
paint();
frameBuffer->blit();
int pos = selected;
@@ -1135,7 +1134,6 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
// recalculate timeout for RC-keys
timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_MENU]);
}
frameBuffer->blit();
}
while ( msg!=CRCInput::RC_timeout );
hide();
@@ -1213,7 +1211,6 @@ void CMenuWidget::hide()
//paintHint(-1);
}
paintHint(-1);
frameBuffer->blit();
/* setActive() paints item for hidden parent menu, if called from child menu */
for (unsigned int count = 0; count < items.size(); count++)