[Scummvm-cvs-logs] SF.net SVN: scummvm:[53491] scummvm/trunk/engines/gob

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Fri Oct 15 15:55:18 CEST 2010


Revision: 53491
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53491&view=rev
Author:   drmccoy
Date:     2010-10-15 13:55:18 +0000 (Fri, 15 Oct 2010)

Log Message:
-----------
GOB: Remove the now useless helper.h

Modified Paths:
--------------
    scummvm/trunk/engines/gob/dataio.cpp
    scummvm/trunk/engines/gob/demos/demoplayer.cpp
    scummvm/trunk/engines/gob/draw_v1.cpp
    scummvm/trunk/engines/gob/draw_v2.cpp
    scummvm/trunk/engines/gob/game.cpp
    scummvm/trunk/engines/gob/goblin.cpp
    scummvm/trunk/engines/gob/hotspots.cpp
    scummvm/trunk/engines/gob/inter_playtoons.cpp
    scummvm/trunk/engines/gob/inter_v1.cpp
    scummvm/trunk/engines/gob/inter_v2.cpp
    scummvm/trunk/engines/gob/inter_v4.cpp
    scummvm/trunk/engines/gob/inter_v6.cpp
    scummvm/trunk/engines/gob/sound/cdrom.cpp
    scummvm/trunk/engines/gob/variables.cpp
    scummvm/trunk/engines/gob/videoplayer.cpp

Removed Paths:
-------------
    scummvm/trunk/engines/gob/helper.h

Modified: scummvm/trunk/engines/gob/dataio.cpp
===================================================================
--- scummvm/trunk/engines/gob/dataio.cpp	2010-10-15 13:54:23 UTC (rev 53490)
+++ scummvm/trunk/engines/gob/dataio.cpp	2010-10-15 13:55:18 UTC (rev 53491)
@@ -28,7 +28,6 @@
 
 #include "gob/gob.h"
 #include "gob/dataio.h"
-#include "gob/helper.h"
 #include "gob/global.h"
 #include "gob/util.h"
 

Modified: scummvm/trunk/engines/gob/demos/demoplayer.cpp
===================================================================
--- scummvm/trunk/engines/gob/demos/demoplayer.cpp	2010-10-15 13:54:23 UTC (rev 53490)
+++ scummvm/trunk/engines/gob/demos/demoplayer.cpp	2010-10-15 13:55:18 UTC (rev 53491)
@@ -28,7 +28,6 @@
 
 #include "gob/gob.h"
 #include "gob/demos/demoplayer.h"
-#include "gob/helper.h"
 #include "gob/global.h"
 #include "gob/util.h"
 #include "gob/draw.h"

Modified: scummvm/trunk/engines/gob/draw_v1.cpp
===================================================================
--- scummvm/trunk/engines/gob/draw_v1.cpp	2010-10-15 13:54:23 UTC (rev 53490)
+++ scummvm/trunk/engines/gob/draw_v1.cpp	2010-10-15 13:55:18 UTC (rev 53491)
@@ -29,7 +29,6 @@
 
 #include "gob/gob.h"
 #include "gob/draw.h"
-#include "gob/helper.h"
 #include "gob/global.h"
 #include "gob/util.h"
 #include "gob/game.h"

Modified: scummvm/trunk/engines/gob/draw_v2.cpp
===================================================================
--- scummvm/trunk/engines/gob/draw_v2.cpp	2010-10-15 13:54:23 UTC (rev 53490)
+++ scummvm/trunk/engines/gob/draw_v2.cpp	2010-10-15 13:55:18 UTC (rev 53491)
@@ -29,7 +29,6 @@
 
 #include "gob/gob.h"
 #include "gob/draw.h"
-#include "gob/helper.h"
 #include "gob/global.h"
 #include "gob/util.h"
 #include "gob/game.h"

Modified: scummvm/trunk/engines/gob/game.cpp
===================================================================
--- scummvm/trunk/engines/gob/game.cpp	2010-10-15 13:54:23 UTC (rev 53490)
+++ scummvm/trunk/engines/gob/game.cpp	2010-10-15 13:55:18 UTC (rev 53491)
@@ -28,7 +28,6 @@
 
 #include "gob/gob.h"
 #include "gob/game.h"
-#include "gob/helper.h"
 #include "gob/global.h"
 #include "gob/dataio.h"
 #include "gob/variables.h"

Modified: scummvm/trunk/engines/gob/goblin.cpp
===================================================================
--- scummvm/trunk/engines/gob/goblin.cpp	2010-10-15 13:54:23 UTC (rev 53490)
+++ scummvm/trunk/engines/gob/goblin.cpp	2010-10-15 13:55:18 UTC (rev 53491)
@@ -27,7 +27,6 @@
 
 #include "gob/gob.h"
 #include "gob/goblin.h"
-#include "gob/helper.h"
 #include "gob/global.h"
 #include "gob/util.h"
 #include "gob/draw.h"

Deleted: scummvm/trunk/engines/gob/helper.h
===================================================================
--- scummvm/trunk/engines/gob/helper.h	2010-10-15 13:54:23 UTC (rev 53490)
+++ scummvm/trunk/engines/gob/helper.h	2010-10-15 13:55:18 UTC (rev 53491)
@@ -1,33 +0,0 @@
-/* ScummVM - Graphic Adventure Engine
- *
- * ScummVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
-
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- * $URL$
- * $Id$
- *
- */
-
-#ifndef GOB_HELPER_H
-#define GOB_HELPER_H
-
-namespace Gob {
-
-} // End of namespace Gob
-
-#endif // GOB_HELPER_H

Modified: scummvm/trunk/engines/gob/hotspots.cpp
===================================================================
--- scummvm/trunk/engines/gob/hotspots.cpp	2010-10-15 13:54:23 UTC (rev 53490)
+++ scummvm/trunk/engines/gob/hotspots.cpp	2010-10-15 13:55:18 UTC (rev 53491)
@@ -27,7 +27,6 @@
 
 #include "gob/hotspots.h"
 #include "gob/global.h"
-#include "gob/helper.h"
 #include "gob/draw.h"
 #include "gob/game.h"
 #include "gob/script.h"

Modified: scummvm/trunk/engines/gob/inter_playtoons.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_playtoons.cpp	2010-10-15 13:54:23 UTC (rev 53490)
+++ scummvm/trunk/engines/gob/inter_playtoons.cpp	2010-10-15 13:55:18 UTC (rev 53491)
@@ -30,7 +30,6 @@
 
 #include "gob/gob.h"
 #include "gob/inter.h"
-#include "gob/helper.h"
 #include "gob/global.h"
 #include "gob/util.h"
 #include "gob/dataio.h"

Modified: scummvm/trunk/engines/gob/inter_v1.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_v1.cpp	2010-10-15 13:54:23 UTC (rev 53490)
+++ scummvm/trunk/engines/gob/inter_v1.cpp	2010-10-15 13:55:18 UTC (rev 53491)
@@ -29,7 +29,6 @@
 
 #include "gob/gob.h"
 #include "gob/inter.h"
-#include "gob/helper.h"
 #include "gob/global.h"
 #include "gob/util.h"
 #include "gob/dataio.h"

Modified: scummvm/trunk/engines/gob/inter_v2.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_v2.cpp	2010-10-15 13:54:23 UTC (rev 53490)
+++ scummvm/trunk/engines/gob/inter_v2.cpp	2010-10-15 13:55:18 UTC (rev 53491)
@@ -33,7 +33,6 @@
 
 #include "gob/gob.h"
 #include "gob/inter.h"
-#include "gob/helper.h"
 #include "gob/global.h"
 #include "gob/util.h"
 #include "gob/dataio.h"

Modified: scummvm/trunk/engines/gob/inter_v4.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_v4.cpp	2010-10-15 13:54:23 UTC (rev 53490)
+++ scummvm/trunk/engines/gob/inter_v4.cpp	2010-10-15 13:55:18 UTC (rev 53491)
@@ -29,7 +29,6 @@
 
 #include "gob/gob.h"
 #include "gob/inter.h"
-#include "gob/helper.h"
 #include "gob/global.h"
 #include "gob/draw.h"
 #include "gob/game.h"

Modified: scummvm/trunk/engines/gob/inter_v6.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_v6.cpp	2010-10-15 13:54:23 UTC (rev 53490)
+++ scummvm/trunk/engines/gob/inter_v6.cpp	2010-10-15 13:55:18 UTC (rev 53491)
@@ -30,7 +30,6 @@
 
 #include "gob/gob.h"
 #include "gob/inter.h"
-#include "gob/helper.h"
 #include "gob/global.h"
 #include "gob/dataio.h"
 #include "gob/game.h"

Modified: scummvm/trunk/engines/gob/sound/cdrom.cpp
===================================================================
--- scummvm/trunk/engines/gob/sound/cdrom.cpp	2010-10-15 13:54:23 UTC (rev 53490)
+++ scummvm/trunk/engines/gob/sound/cdrom.cpp	2010-10-15 13:55:18 UTC (rev 53491)
@@ -30,7 +30,6 @@
 
 #include "gob/gob.h"
 #include "gob/sound/cdrom.h"
-#include "gob/helper.h"
 #include "gob/dataio.h"
 
 namespace Gob {

Modified: scummvm/trunk/engines/gob/variables.cpp
===================================================================
--- scummvm/trunk/engines/gob/variables.cpp	2010-10-15 13:54:23 UTC (rev 53490)
+++ scummvm/trunk/engines/gob/variables.cpp	2010-10-15 13:55:18 UTC (rev 53491)
@@ -28,7 +28,6 @@
 
 #include "gob/gob.h"
 #include "gob/variables.h"
-#include "gob/helper.h"
 
 namespace Gob {
 

Modified: scummvm/trunk/engines/gob/videoplayer.cpp
===================================================================
--- scummvm/trunk/engines/gob/videoplayer.cpp	2010-10-15 13:54:23 UTC (rev 53490)
+++ scummvm/trunk/engines/gob/videoplayer.cpp	2010-10-15 13:55:18 UTC (rev 53491)
@@ -25,7 +25,6 @@
 
 
 #include "gob/videoplayer.h"
-#include "gob/helper.h"
 #include "gob/global.h"
 #include "gob/dataio.h"
 #include "gob/video.h"


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