diff options
Diffstat (limited to 'Stars45/Starshatter.cpp')
-rw-r--r-- | Stars45/Starshatter.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Stars45/Starshatter.cpp b/Stars45/Starshatter.cpp index 0e0f696..8edde69 100644 --- a/Stars45/Starshatter.cpp +++ b/Stars45/Starshatter.cpp @@ -485,26 +485,6 @@ Starshatter::RequestChangeVideo() req_change_video = true; } -int -Starshatter::GetScreenWidth() -{ - if (video_settings) - return video_settings->GetWidth(); - - return 0; -} - -// +--------------------------------------------------------------------+ - -int -Starshatter::GetScreenHeight() -{ - if (video_settings) - return video_settings->GetHeight(); - - return 0; -} - // +--------------------------------------------------------------------+ void |