[Scummvm-cvs-logs] SF.net SVN: scummvm:[46203] tools/branches/gsoc2009-gui

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Nov 29 22:22:26 CET 2009


Revision: 46203
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46203&view=rev
Author:   fingolfin
Date:     2009-11-29 21:22:25 +0000 (Sun, 29 Nov 2009)

Log Message:
-----------
cleanup

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/tools.cpp
    tools/branches/gsoc2009-gui/tools.h

Modified: tools/branches/gsoc2009-gui/tools.cpp
===================================================================
--- tools/branches/gsoc2009-gui/tools.cpp	2009-11-29 21:03:13 UTC (rev 46202)
+++ tools/branches/gsoc2009-gui/tools.cpp	2009-11-29 21:22:25 UTC (rev 46203)
@@ -54,8 +54,6 @@
 
 Tools::Tools() {
 
-	// TODO: Rather than having the list here and in gui/tools.cpp
-	// those "tools" should inherit this class with the complete list
 	_tools.push_back(new CompressAgos());
 	_tools.push_back(new CompressGob());
 	_tools.push_back(new CompressKyra());

Modified: tools/branches/gsoc2009-gui/tools.h
===================================================================
--- tools/branches/gsoc2009-gui/tools.h	2009-11-29 21:03:13 UTC (rev 46202)
+++ tools/branches/gsoc2009-gui/tools.h	2009-11-29 21:22:25 UTC (rev 46203)
@@ -25,8 +25,6 @@
 
 #include "tool.h"
 
-#include <deque>
-
 /**
  * This class holds a list of all the tools available
  * Used by both the GUI and CLI as a base class to get ahold


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