summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-03-01 02:28:21 +0100
committerAki <please@ignore.pl>2024-03-01 02:28:21 +0100
commit8b21a7027491d7e69bb165c0c50b0a23d1c8755e (patch)
treeef5775bece2ae744313c0bfecc2a74e7ad7f408b /StarsEx/Game.cpp
parent154e2d7f4a063703dbdbb0984579be10355bf785 (diff)
downloadstarshatter-8b21a7027491d7e69bb165c0c50b0a23d1c8755e.zip
starshatter-8b21a7027491d7e69bb165c0c50b0a23d1c8755e.tar.gz
starshatter-8b21a7027491d7e69bb165c0c50b0a23d1c8755e.tar.bz2
Removed useless MachineInfo queries
One questionable leftover is the Windows version check
Diffstat (limited to 'StarsEx/Game.cpp')
-rw-r--r--StarsEx/Game.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/StarsEx/Game.cpp b/StarsEx/Game.cpp
index 420d7d3..a7fd991 100644
--- a/StarsEx/Game.cpp
+++ b/StarsEx/Game.cpp
@@ -15,7 +15,6 @@
#include "Panic.h"
#include "Pcx.h"
#include "Bitmap.h"
-#include "MachineInfo.h"
#include "VideoSettings.h"
#include "ContentBundle.h"
#include "Clock.h"