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

@@ -574,7 +574,6 @@ int CKeyboardInput::exec(CMenuTarget* parent, const std::string &)
frameBuffer->RestoreScreen(x, y, width + OFFSET_SHADOW, height + OFFSET_SHADOW, pixBuf);
delete[] pixBuf;
pixBuf = NULL;
frameBuffer->blit();
} else
hide();