aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat/extract.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/create_kyradat/extract.h')
-rw-r--r--tools/create_kyradat/extract.h3
1 files changed, 0 insertions, 3 deletions
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