[Scummvm-cvs-logs] SF.net SVN: scummvm: [32510] scummvm/trunk/engines/cruise
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Tue Jun 3 09:34:47 CEST 2008
Revision: 32510
http://scummvm.svn.sourceforge.net/scummvm/?rev=32510&view=rev
Author: thebluegr
Date: 2008-06-03 00:34:47 -0700 (Tue, 03 Jun 2008)
Log Message:
-----------
Removed the now empty files stringSupport.cpp/.h
Modified Paths:
--------------
scummvm/trunk/engines/cruise/cruise_main.h
scummvm/trunk/engines/cruise/module.mk
Removed Paths:
-------------
scummvm/trunk/engines/cruise/stringSupport.cpp
scummvm/trunk/engines/cruise/stringSupport.h
Modified: scummvm/trunk/engines/cruise/cruise_main.h
===================================================================
--- scummvm/trunk/engines/cruise/cruise_main.h 2008-06-03 00:49:27 UTC (rev 32509)
+++ scummvm/trunk/engines/cruise/cruise_main.h 2008-06-03 07:34:47 UTC (rev 32510)
@@ -45,7 +45,6 @@
#include "cruise/stack.h"
#include "cruise/script.h"
#include "cruise/various.h"
-#include "cruise/stringSupport.h"
#include "cruise/function.h"
#include "cruise/saveload.h"
#include "cruise/linker.h"
Modified: scummvm/trunk/engines/cruise/module.mk
===================================================================
--- scummvm/trunk/engines/cruise/module.mk 2008-06-03 00:49:27 UTC (rev 32509)
+++ scummvm/trunk/engines/cruise/module.mk 2008-06-03 07:34:47 UTC (rev 32510)
@@ -27,7 +27,6 @@
saveload.o \
script.o \
stack.o \
- stringSupport.o \
various.o \
vars.o \
volume.o
Deleted: scummvm/trunk/engines/cruise/stringSupport.cpp
===================================================================
--- scummvm/trunk/engines/cruise/stringSupport.cpp 2008-06-03 00:49:27 UTC (rev 32509)
+++ scummvm/trunk/engines/cruise/stringSupport.cpp 2008-06-03 07:34:47 UTC (rev 32510)
@@ -1,30 +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$
- *
- */
-
-#include "cruise/cruise_main.h"
-
-namespace Cruise {
-
-} // End of namespace Cruise
Deleted: scummvm/trunk/engines/cruise/stringSupport.h
===================================================================
--- scummvm/trunk/engines/cruise/stringSupport.h 2008-06-03 00:49:27 UTC (rev 32509)
+++ scummvm/trunk/engines/cruise/stringSupport.h 2008-06-03 07:34:47 UTC (rev 32510)
@@ -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 CRUISE_STRING_SUPPORT_H
-#define CRSUIE_STRING_SUPPORT_H
-
-namespace Cruise {
-
-} // End of namespace Cruise
-
-#endif
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