summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-20 00:16:44 +0100
committerAki <please@ignore.pl>2022-03-20 00:16:44 +0100
commita13a9405a3516c03218e710a353cce7557b2dee2 (patch)
tree7f7f3f9f1fce8194140e8932a3d55f1cb390d1c6 /Stars45/Game.cpp
parentc4d8f11ded765f5f762b1b2bbf10fac952730bbe (diff)
downloadstarshatter-a13a9405a3516c03218e710a353cce7557b2dee2.zip
starshatter-a13a9405a3516c03218e710a353cce7557b2dee2.tar.gz
starshatter-a13a9405a3516c03218e710a353cce7557b2dee2.tar.bz2
Game no longer exposes Video instance
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 c5c9ab8..322c068 100644
--- a/Stars45/Game.cpp
+++ b/Stars45/Game.cpp
@@ -559,12 +559,6 @@ Game::GetInstance()
return game;
}
-Video*
-Game::GetVideo()
-{
- return video;
-}
-
Color
Game::GetScreenColor()
{