mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 10:17:14 +00:00
SWORD25: Remove outdated comments
svn-id: r53752
This commit is contained in:
parent
b10cd22d51
commit
2da4469686
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user