[Scummvm-cvs-logs] SF.net SVN: scummvm:[49837] scummvm/trunk/engines/sci/resource.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Jun 15 14:20:24 CEST 2010


Revision: 49837
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49837&view=rev
Author:   fingolfin
Date:     2010-06-15 12:20:24 +0000 (Tue, 15 Jun 2010)

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

Modified Paths:
--------------
    scummvm/trunk/engines/sci/resource.h

Modified: scummvm/trunk/engines/sci/resource.h
===================================================================
--- scummvm/trunk/engines/sci/resource.h	2010-06-15 12:20:03 UTC (rev 49836)
+++ scummvm/trunk/engines/sci/resource.h	2010-06-15 12:20:24 UTC (rev 49837)
@@ -365,7 +365,7 @@
 	/**
 	 * Add an external (i.e., separate file) map resource to the resource
 	 * manager's list of sources.
-	 * @param file_name	 The name of the volume to add
+	 * @param filename	 The name of the volume to add
 	 * @param volume_nr  The volume number the map starts at, 0 for <SCI2.1
 	 * @return		A pointer to the added source structure, or NULL if an error occurred.
 	 */
@@ -374,14 +374,6 @@
 	ResourceSource *addExternalMap(const Common::FSNode *mapFile, int volume_nr = 0);
 
 	/**
-	 * Add an internal (i.e., resource) map to the resource manager's list of sources.
-	 * @param name		The name of the resource to add
-	 * @param resNr		The map resource number
-	 * @return		A pointer to the added source structure, or NULL if an error occurred.
-	 */
-	ResourceSource *addInternalMap(const Common::String &name, int resNr);
-
-	/**
 	 * Scans newly registered resource sources for resources, earliest addition first.
 	 * @param detected_version Pointer to the detected version number,
 	 *					 used during startup. May be NULL.


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