summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-18 00:44:46 +0100
committerAki <please@ignore.pl>2022-03-18 00:44:46 +0100
commit2d6958e78d7713e3e7f1ddd7c58f036e6e19a936 (patch)
tree4d4eabde7b3f40a931e0b114ffacbd299fbdc91d /Stars45/Game.cpp
parentdac5158376875636306610365dc1b9820a18a277 (diff)
downloadstarshatter-2d6958e78d7713e3e7f1ddd7c58f036e6e19a936.zip
starshatter-2d6958e78d7713e3e7f1ddd7c58f036e6e19a936.tar.gz
starshatter-2d6958e78d7713e3e7f1ddd7c58f036e6e19a936.tar.bz2
Removed DisplayModeSupported wrapper from Game
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()
{