[Scummvm-cvs-logs] SF.net SVN: scummvm:[53752] scummvm/trunk/engines/sword25

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Oct 24 03:30:00 CEST 2010


Revision: 53752
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53752&view=rev
Author:   fingolfin
Date:     2010-10-24 01:29:59 +0000 (Sun, 24 Oct 2010)

Log Message:
-----------
SWORD25: Remove outdated comments

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/gfx/animationtemplateregistry.cpp
    scummvm/trunk/engines/sword25/gfx/renderobjectregistry.cpp
    scummvm/trunk/engines/sword25/math/regionregistry.cpp

Modified: scummvm/trunk/engines/sword25/gfx/animationtemplateregistry.cpp
===================================================================
--- scummvm/trunk/engines/sword25/gfx/animationtemplateregistry.cpp	2010-10-23 23:07:10 UTC (rev 53751)
+++ scummvm/trunk/engines/sword25/gfx/animationtemplateregistry.cpp	2010-10-24 01:29:59 UTC (rev 53752)
@@ -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 {

Modified: scummvm/trunk/engines/sword25/gfx/renderobjectregistry.cpp
===================================================================
--- scummvm/trunk/engines/sword25/gfx/renderobjectregistry.cpp	2010-10-23 23:07:10 UTC (rev 53751)
+++ scummvm/trunk/engines/sword25/gfx/renderobjectregistry.cpp	2010-10-24 01:29:59 UTC (rev 53752)
@@ -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 {

Modified: scummvm/trunk/engines/sword25/math/regionregistry.cpp
===================================================================
--- scummvm/trunk/engines/sword25/math/regionregistry.cpp	2010-10-23 23:07:10 UTC (rev 53751)
+++ scummvm/trunk/engines/sword25/math/regionregistry.cpp	2010-10-24 01:29:59 UTC (rev 53752)
@@ -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 {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list