summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Game.cpp')
-rw-r--r--Stars45/Game.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Stars45/Game.cpp b/Stars45/Game.cpp
index 24d6871..2b38db7 100644
--- a/Stars45/Game.cpp
+++ b/Stars45/Game.cpp
@@ -112,12 +112,6 @@ bool Game::IsWindowed()
// +--------------------------------------------------------------------+
-bool
-Game::DisplayModeSupported(int w, int h, int bpp)
-{
- return video && video->IsModeSupported(w, h, bpp);
-}
-
double
Game::FrameRate()
{