- remove old sh4 blit

This commit is contained in:
max_10
2021-12-03 22:39:21 +01:00
committed by Thilo Graf
parent 51334537ec
commit 88f663520b
12 changed files with 0 additions and 26 deletions

View File

@@ -144,7 +144,6 @@ void CProgressWindow::initStatus(const unsigned int prog, const unsigned int max
cur_statusText = statusText;
}
pBar->paint(false);
frameBuffer->blit();
}
void CProgressWindow::showStatus(const unsigned int prog, const unsigned int max, const string &statusText)