summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Game.cpp')
-rw-r--r--StarsEx/Game.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/StarsEx/Game.cpp b/StarsEx/Game.cpp
index 56cb115..6cf7321 100644
--- a/StarsEx/Game.cpp
+++ b/StarsEx/Game.cpp
@@ -196,14 +196,6 @@ Game::GameState()
void
Game::UpdateScreen()
{
- if (!screen || !video) return;
-
- if (screen->Refresh()) {
- video->Present();
- }
- else {
- Panic::Panic("Screen refresh failed.");
- }
}
// +--------------------------------------------------------------------+