aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/res.cpp
diff options
context:
space:
mode:
authorMax Horn2010-11-01 16:00:17 +0000
committerMax Horn2010-11-01 16:00:17 +0000
commita1dd7a07a12a0ef3f4ede9d346f590873c83dd2c (patch)
tree30e914654591c5662faa08f89430801c3b441a6d /engines/lure/res.cpp
parent205fc94848c3682444cb5ab294cc66837af4d2d8 (diff)
downloadscummvm-rg350-a1dd7a07a12a0ef3f4ede9d346f590873c83dd2c.tar.gz
scummvm-rg350-a1dd7a07a12a0ef3f4ede9d346f590873c83dd2c.tar.bz2
scummvm-rg350-a1dd7a07a12a0ef3f4ede9d346f590873c83dd2c.zip
ENGINES: Remove some 'using' statements
svn-id: r54001
Diffstat (limited to 'engines/lure/res.cpp')
-rw-r--r--engines/lure/res.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/lure/res.cpp b/engines/lure/res.cpp
index 4342a1d6ad..90c2b67b85 100644
--- a/engines/lure/res.cpp
+++ b/engines/lure/res.cpp
@@ -33,8 +33,6 @@
namespace Lure {
-using namespace Common;
-
static Resources *int_resources = NULL;
Resources &Resources::getReference() {