diff options
author | Spp <none@none> | 2010-05-02 00:06:08 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-05-02 00:06:08 +0200 |
commit | 274457a7fb5a88ca43a07086ec52b06de19ef514 (patch) | |
tree | ed85bc25c7342dd87d828fbf7859cbba17be2b7b /src/trinityrealm/RealmList.cpp | |
parent | a0e1357e2b35544e636443cedc3ae2d933df1454 (diff) |
Make RealmList a Singleton.
Patch by Anubiss
--HG--
branch : trunk
Diffstat (limited to 'src/trinityrealm/RealmList.cpp')
-rw-r--r-- | src/trinityrealm/RealmList.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/trinityrealm/RealmList.cpp b/src/trinityrealm/RealmList.cpp index 5a441de8012..2591fe02359 100644 --- a/src/trinityrealm/RealmList.cpp +++ b/src/trinityrealm/RealmList.cpp @@ -24,10 +24,8 @@ #include "Common.h" #include "RealmList.h" -#include "Policies/SingletonImp.h" #include "Database/DatabaseEnv.h" -INSTANTIATE_SINGLETON_1(RealmList); extern DatabaseType loginDatabase; |