[Scummvm-cvs-logs] SF.net SVN: scummvm:[46042] scummvm/trunk/tools/create_kyradat

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Nov 21 18:29:06 CET 2009


Revision: 46042
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46042&view=rev
Author:   lordhoto
Date:     2009-11-21 17:29:06 +0000 (Sat, 21 Nov 2009)

Log Message:
-----------
Resolve TODO.

Modified Paths:
--------------
    scummvm/trunk/tools/create_kyradat/extract.cpp
    scummvm/trunk/tools/create_kyradat/extract.h

Modified: scummvm/trunk/tools/create_kyradat/extract.cpp
===================================================================
--- scummvm/trunk/tools/create_kyradat/extract.cpp	2009-11-21 17:06:07 UTC (rev 46041)
+++ scummvm/trunk/tools/create_kyradat/extract.cpp	2009-11-21 17:29:06 UTC (rev 46042)
@@ -23,12 +23,11 @@
 
 #include "extract.h"
 
+namespace {
+
 // Filename creation
 
 void createFilename(char *dstFilename, const ExtractInformation *info, const char *filename);
-
-namespace {
-
 void createLangFilename(char *dstFilename, const ExtractInformation *info, const char *filename);
 
 // Extraction function prototypes 
@@ -81,8 +80,6 @@
 	{ -1, 0, 0}
 };
 
-} // end of anonymous namespace
-
 void createFilename(char *dstFilename, const ExtractInformation *info, const char *filename) {
 	strcpy(dstFilename, filename);
 
@@ -105,8 +102,6 @@
 	}
 }
 
-namespace {
-
 void createLangFilename(char *dstFilename, const ExtractInformation *info, const char *filename) {
 	strcpy(dstFilename, filename);
 

Modified: scummvm/trunk/tools/create_kyradat/extract.h
===================================================================
--- scummvm/trunk/tools/create_kyradat/extract.h	2009-11-21 17:06:07 UTC (rev 46041)
+++ scummvm/trunk/tools/create_kyradat/extract.h	2009-11-21 17:29:06 UTC (rev 46042)
@@ -68,8 +68,5 @@
 const ExtractType *findExtractType(const int type);
 bool isLangSpecific(const int type);
 
-// TODO: Do not export this in the future
-void createFilename(char *dstFilename, const ExtractInformation *info, const char *filename);
-
 #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