aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/hotspots.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2007-11-22 10:13:43 +0000
committerPaul Gilbert2007-11-22 10:13:43 +0000
commit40abab62af0bb8e27b23521e316e1fe687b12cdf (patch)
treecdd6e70fd3c0055387b96ee2254194dfdc22d9cc /engines/lure/hotspots.cpp
parent78c1f8504a59ea5c4e8ff1e1921d304cb58ae3b1 (diff)
downloadscummvm-rg350-40abab62af0bb8e27b23521e316e1fe687b12cdf.tar.gz
scummvm-rg350-40abab62af0bb8e27b23521e316e1fe687b12cdf.tar.bz2
scummvm-rg350-40abab62af0bb8e27b23521e316e1fe687b12cdf.zip
Removed deprecated language variable
svn-id: r29605
Diffstat (limited to 'engines/lure/hotspots.cpp')
-rw-r--r--engines/lure/hotspots.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/lure/hotspots.cpp b/engines/lure/hotspots.cpp
index e8e8301911..05cc54de79 100644
--- a/engines/lure/hotspots.cpp
+++ b/engines/lure/hotspots.cpp
@@ -104,8 +104,6 @@ Hotspot::Hotspot(HotspotData *res): _pathFinder(this) {
Hotspot::Hotspot(Hotspot *character, uint16 objType): _pathFinder(this) {
assert(character);
- Common::Language language = LureEngine::getReference().getLanguage();
-
_originalId = objType;
_data = NULL;
_anim = NULL;