aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/lure.cpp
diff options
context:
space:
mode:
authorMax Horn2007-03-17 00:39:18 +0000
committerMax Horn2007-03-17 00:39:18 +0000
commita6f3ed8173a0490855df84e955229c9f77ecf9c2 (patch)
treea6167cd37896d27072579ea0cd6ede23ba218aa7 /engines/lure/lure.cpp
parent8fc8c4847df493de85736447c1c8d9528a9b1299 (diff)
downloadscummvm-rg350-a6f3ed8173a0490855df84e955229c9f77ecf9c2.tar.gz
scummvm-rg350-a6f3ed8173a0490855df84e955229c9f77ecf9c2.tar.bz2
scummvm-rg350-a6f3ed8173a0490855df84e955229c9f77ecf9c2.zip
Got rid of Lure::System
svn-id: r26155
Diffstat (limited to 'engines/lure/lure.cpp')
-rw-r--r--engines/lure/lure.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/lure/lure.cpp b/engines/lure/lure.cpp
index 455bcc2e32..de95aecb8a 100644
--- a/engines/lure/lure.cpp
+++ b/engines/lure/lure.cpp
@@ -42,7 +42,6 @@
#include "lure/lure.h"
#include "lure/intro.h"
#include "lure/game.h"
-#include "lure/system.h"
namespace Lure {
@@ -264,7 +263,6 @@ int LureEngine::init() {
_system->endGFXTransaction();
detectGame();
- _sys = new System(_system);
_disk = new Disk();
_resources = new Resources();
_strings = new StringData();
@@ -292,7 +290,6 @@ LureEngine::~LureEngine() {
delete _strings;
delete _resources;
delete _disk;
- delete _sys;
}
LureEngine &LureEngine::getReference() {