aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/hotspot.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2012-08-28 16:36:50 -0400
committerMatthew Hoops2012-08-28 16:36:50 -0400
commit81e7c9a0c1599786a1aeb73d243609a2d280335f (patch)
tree604194638c5811eb1481c2fc70a3e12ee3253e65 /engines/pegasus/hotspot.cpp
parentc15369c26f49204dc3a49d8215c1c21660a781f9 (diff)
downloadscummvm-rg350-81e7c9a0c1599786a1aeb73d243609a2d280335f.tar.gz
scummvm-rg350-81e7c9a0c1599786a1aeb73d243609a2d280335f.tar.bz2
scummvm-rg350-81e7c9a0c1599786a1aeb73d243609a2d280335f.zip
PEGASUS: Remove g_allHotspots global construction
Diffstat (limited to 'engines/pegasus/hotspot.cpp')
-rw-r--r--engines/pegasus/hotspot.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/pegasus/hotspot.cpp b/engines/pegasus/hotspot.cpp
index 84731b7a06..d8b07a94f4 100644
--- a/engines/pegasus/hotspot.cpp
+++ b/engines/pegasus/hotspot.cpp
@@ -29,8 +29,6 @@
namespace Pegasus {
-HotspotList g_allHotspots;
-
Region::Region(Common::ReadStream *stream) {
uint16 length = stream->readUint16BE();