SWORD25: Remove outdated comments

svn-id: r53752
This commit is contained in:
Max Horn 2010-10-24 01:29:59 +00:00
parent b10cd22d51
commit 2da4469686
3 changed files with 0 additions and 9 deletions

View File

@ -39,9 +39,6 @@
#include "sword25/gfx/animationtemplateregistry.h"
#include "sword25/gfx/animationtemplate.h"
// TODO: Destroy the singletons when closing the engine;
// even better, turn them into non-singleton members of
// e.g. Sword25Engine.
DECLARE_SINGLETON(Sword25::AnimationTemplateRegistry)
namespace Sword25 {

View File

@ -34,9 +34,6 @@
#include "sword25/gfx/renderobjectregistry.h"
// TODO: Destroy the singletons when closing the engine;
// even better, turn them into non-singleton members of
// e.g. Sword25Engine.
DECLARE_SINGLETON(Sword25::RenderObjectRegistry)
namespace Sword25 {

View File

@ -39,9 +39,6 @@
#include "sword25/math/regionregistry.h"
#include "sword25/math/region.h"
// TODO: Destroy the singletons when closing the engine;
// even better, turn them into non-singleton members of
// e.g. Sword25Engine.
DECLARE_SINGLETON(Sword25::RegionRegistry)
namespace Sword25 {