removed commented hack

This commit is contained in:
Pawel Kolodziejski 2006-05-14 08:05:57 +00:00
parent 5168db109f
commit 2ee112a132

View file

@ -3012,9 +3012,6 @@ static void Display() {
if (g_engine->getFlipEnable()) {
g_driver->flipBuffer();
}
// refreshDrawMode ensures that the blinking cursor
// for the "text entry" renders correctly
//g_engine->refreshDrawMode(); -- disabled above hack
}
static void EngineDisplay() {