aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tsage/globals.h')
-rw-r--r--engines/tsage/globals.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/tsage/globals.h b/engines/tsage/globals.h
index 37918b1938..1dc8e28606 100644
--- a/engines/tsage/globals.h
+++ b/engines/tsage/globals.h
@@ -121,7 +121,6 @@ extern Globals *g_globals;
#define T2_GLOBALS (*((::TsAGE::TsAGE2Globals *)g_globals))
#define BF_GLOBALS (*((::TsAGE::BlueForce::BlueForceGlobals *)g_globals))
#define R2_GLOBALS (*((::TsAGE::Ringworld2::Ringworld2Globals *)g_globals))
-#define GW_GLOBALS (*((::TsAGE::Geekwad::GeekwadGlobals *)g_globals))
// Note: Currently this can't be part of the g_globals structure, since it needs to be constructed
// prior to many of the fields in Globals execute their constructors
@@ -255,15 +254,6 @@ public:
} // End of namespace Ringworld2
-namespace Geekwad {
-
-class GeekwadGlobals: public Globals {
-public:
- ASoundExt _sound1;
-};
-
-} // End of namespace Geekwad
-
} // End of namespace TsAGE
#endif