diff options
author | Max Horn | 2010-11-01 16:00:17 +0000 |
---|---|---|
committer | Max Horn | 2010-11-01 16:00:17 +0000 |
commit | a1dd7a07a12a0ef3f4ede9d346f590873c83dd2c (patch) | |
tree | 30e914654591c5662faa08f89430801c3b441a6d /engines/lure | |
parent | 205fc94848c3682444cb5ab294cc66837af4d2d8 (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/lure/res.cpp | 2 |
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() { |