diff options
author | Sven Hesse | 2010-10-15 13:55:18 +0000 |
---|---|---|
committer | Sven Hesse | 2010-10-15 13:55:18 +0000 |
commit | 835455798f2e9876f28a9cb25d354545e6b28715 (patch) | |
tree | 54edaf1be46fbc9f15b06ec5b51e15d606ed70c5 /engines/gob | |
parent | 5c48c3fd2b5a229e125455b3f5c23f4773b0191e (diff) | |
download | scummvm-rg350-835455798f2e9876f28a9cb25d354545e6b28715.tar.gz scummvm-rg350-835455798f2e9876f28a9cb25d354545e6b28715.tar.bz2 scummvm-rg350-835455798f2e9876f28a9cb25d354545e6b28715.zip |
GOB: Remove the now useless helper.h
svn-id: r53491
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/dataio.cpp | 1 | ||||
-rw-r--r-- | engines/gob/demos/demoplayer.cpp | 1 | ||||
-rw-r--r-- | engines/gob/draw_v1.cpp | 1 | ||||
-rw-r--r-- | engines/gob/draw_v2.cpp | 1 | ||||
-rw-r--r-- | engines/gob/game.cpp | 1 | ||||
-rw-r--r-- | engines/gob/goblin.cpp | 1 | ||||
-rw-r--r-- | engines/gob/helper.h | 33 | ||||
-rw-r--r-- | engines/gob/hotspots.cpp | 1 | ||||
-rw-r--r-- | engines/gob/inter_playtoons.cpp | 1 | ||||
-rw-r--r-- | engines/gob/inter_v1.cpp | 1 | ||||
-rw-r--r-- | engines/gob/inter_v2.cpp | 1 | ||||
-rw-r--r-- | engines/gob/inter_v4.cpp | 1 | ||||
-rw-r--r-- | engines/gob/inter_v6.cpp | 1 | ||||
-rw-r--r-- | engines/gob/sound/cdrom.cpp | 1 | ||||
-rw-r--r-- | engines/gob/variables.cpp | 1 | ||||
-rw-r--r-- | engines/gob/videoplayer.cpp | 1 |
16 files changed, 0 insertions, 48 deletions
diff --git a/engines/gob/dataio.cpp b/engines/gob/dataio.cpp index 4ef1bd95af..55ca3350af 100644 --- a/engines/gob/dataio.cpp +++ b/engines/gob/dataio.cpp @@ -28,7 +28,6 @@ #include "gob/gob.h" #include "gob/dataio.h" -#include "gob/helper.h" #include "gob/global.h" #include "gob/util.h" diff --git a/engines/gob/demos/demoplayer.cpp b/engines/gob/demos/demoplayer.cpp index 4ceca3ce24..011c524798 100644 --- a/engines/gob/demos/demoplayer.cpp +++ b/engines/gob/demos/demoplayer.cpp @@ -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" diff --git a/engines/gob/draw_v1.cpp b/engines/gob/draw_v1.cpp index e23ae256f3..d130f424c2 100644 --- a/engines/gob/draw_v1.cpp +++ b/engines/gob/draw_v1.cpp @@ -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" diff --git a/engines/gob/draw_v2.cpp b/engines/gob/draw_v2.cpp index ece46bef28..ec678644d5 100644 --- a/engines/gob/draw_v2.cpp +++ b/engines/gob/draw_v2.cpp @@ -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" diff --git a/engines/gob/game.cpp b/engines/gob/game.cpp index 02ad8562de..50fda8d8cd 100644 --- a/engines/gob/game.cpp +++ b/engines/gob/game.cpp @@ -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" diff --git a/engines/gob/goblin.cpp b/engines/gob/goblin.cpp index f2f561c642..d11c7c82ec 100644 --- a/engines/gob/goblin.cpp +++ b/engines/gob/goblin.cpp @@ -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" diff --git a/engines/gob/helper.h b/engines/gob/helper.h deleted file mode 100644 index 8d2895bec8..0000000000 --- a/engines/gob/helper.h +++ /dev/null @@ -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 diff --git a/engines/gob/hotspots.cpp b/engines/gob/hotspots.cpp index a8972f06ac..94c3c6fb24 100644 --- a/engines/gob/hotspots.cpp +++ b/engines/gob/hotspots.cpp @@ -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" diff --git a/engines/gob/inter_playtoons.cpp b/engines/gob/inter_playtoons.cpp index 37e4d04a94..050bbce132 100644 --- a/engines/gob/inter_playtoons.cpp +++ b/engines/gob/inter_playtoons.cpp @@ -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" diff --git a/engines/gob/inter_v1.cpp b/engines/gob/inter_v1.cpp index 1fe44758df..0c2b3d2cea 100644 --- a/engines/gob/inter_v1.cpp +++ b/engines/gob/inter_v1.cpp @@ -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" diff --git a/engines/gob/inter_v2.cpp b/engines/gob/inter_v2.cpp index de20cfae56..100a3572aa 100644 --- a/engines/gob/inter_v2.cpp +++ b/engines/gob/inter_v2.cpp @@ -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" diff --git a/engines/gob/inter_v4.cpp b/engines/gob/inter_v4.cpp index 8d89cc7b63..698dddeae9 100644 --- a/engines/gob/inter_v4.cpp +++ b/engines/gob/inter_v4.cpp @@ -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" diff --git a/engines/gob/inter_v6.cpp b/engines/gob/inter_v6.cpp index 6c02f98b98..e1eff279b5 100644 --- a/engines/gob/inter_v6.cpp +++ b/engines/gob/inter_v6.cpp @@ -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" diff --git a/engines/gob/sound/cdrom.cpp b/engines/gob/sound/cdrom.cpp index 3afae927e5..2e1673b12a 100644 --- a/engines/gob/sound/cdrom.cpp +++ b/engines/gob/sound/cdrom.cpp @@ -30,7 +30,6 @@ #include "gob/gob.h" #include "gob/sound/cdrom.h" -#include "gob/helper.h" #include "gob/dataio.h" namespace Gob { diff --git a/engines/gob/variables.cpp b/engines/gob/variables.cpp index ebcc22c6a1..4f6bad52f0 100644 --- a/engines/gob/variables.cpp +++ b/engines/gob/variables.cpp @@ -28,7 +28,6 @@ #include "gob/gob.h" #include "gob/variables.h" -#include "gob/helper.h" namespace Gob { diff --git a/engines/gob/videoplayer.cpp b/engines/gob/videoplayer.cpp index f349413b93..020c72d0c1 100644 --- a/engines/gob/videoplayer.cpp +++ b/engines/gob/videoplayer.cpp @@ -25,7 +25,6 @@ #include "gob/videoplayer.h" -#include "gob/helper.h" #include "gob/global.h" #include "gob/dataio.h" #include "gob/video.h" |