From 3837f8ff83c89cb563020cea2b2999e90879f17c Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 21 Nov 2009 17:29:06 +0000 Subject: Resolve TODO. svn-id: r46042 --- tools/create_kyradat/extract.cpp | 9 ++------- tools/create_kyradat/extract.h | 3 --- 2 files changed, 2 insertions(+), 10 deletions(-) (limited to 'tools/create_kyradat') diff --git a/tools/create_kyradat/extract.cpp b/tools/create_kyradat/extract.cpp index 1e3af95036..62f18ab321 100644 --- a/tools/create_kyradat/extract.cpp +++ b/tools/create_kyradat/extract.cpp @@ -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 @@ const ExtractType extractTypeTable[] = { { -1, 0, 0} }; -} // end of anonymous namespace - void createFilename(char *dstFilename, const ExtractInformation *info, const char *filename) { strcpy(dstFilename, filename); @@ -105,8 +102,6 @@ void createFilename(char *dstFilename, const ExtractInformation *info, const cha } } -namespace { - void createLangFilename(char *dstFilename, const ExtractInformation *info, const char *filename) { strcpy(dstFilename, filename); diff --git a/tools/create_kyradat/extract.h b/tools/create_kyradat/extract.h index fdfaa61835..e6ff444c13 100644 --- a/tools/create_kyradat/extract.h +++ b/tools/create_kyradat/extract.h @@ -68,8 +68,5 @@ struct ExtractType { 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 -- cgit v1.2.3