summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Starshatter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Starshatter.cpp')
-rw-r--r--Stars45/Starshatter.cpp20
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