From 2d6958e78d7713e3e7f1ddd7c58f036e6e19a936 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 18 Mar 2022 00:44:46 +0100 Subject: Removed DisplayModeSupported wrapper from Game --- Stars45/Game.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Stars45/Game.cpp') 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() { -- cgit v1.1