aboutsummaryrefslogtreecommitdiff
path: root/graphics/cursorman.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2007-05-22 14:17:44 +0000
committerJohannes Schickel2007-05-22 14:17:44 +0000
commit8ff17142c5f47dacaa6ae247b92e6d6b5a16d8ac (patch)
treebbf31da0b37041247662d2cba2d4c9fc00e3fce4 /graphics/cursorman.cpp
parenta178c25ea2b35d226350ab2aee23c61290281124 (diff)
downloadscummvm-rg350-8ff17142c5f47dacaa6ae247b92e6d6b5a16d8ac.tar.gz
scummvm-rg350-8ff17142c5f47dacaa6ae247b92e6d6b5a16d8ac.tar.bz2
scummvm-rg350-8ff17142c5f47dacaa6ae247b92e6d6b5a16d8ac.zip
Simpilified Singleton implementation and usage.
svn-id: r26922
Diffstat (limited to 'graphics/cursorman.cpp')
-rw-r--r--graphics/cursorman.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/cursorman.cpp b/graphics/cursorman.cpp
index 06364b860a..397d74789f 100644
--- a/graphics/cursorman.cpp
+++ b/graphics/cursorman.cpp
@@ -24,8 +24,6 @@
#include "common/system.h"
#include "common/stack.h"
-DECLARE_SINGLETON(Graphics::CursorManager);
-
namespace Graphics {
static bool g_initialized = false;