summaryrefslogtreecommitdiff
path: root/include/international_string_util.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-28 20:39:06 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-28 20:39:06 -0400
commitb07899b2d25fea57d1f4f167ace97cedb865a43f (patch)
tree790352dec5100785698fc7bfd126f2a47f6b068a /include/international_string_util.h
parent4e296b8777eae2a824bf6511aa51d3b78b2e39dc (diff)
Remove unused header
Diffstat (limited to 'include/international_string_util.h')
-rw-r--r--include/international_string_util.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/include/international_string_util.h b/include/international_string_util.h
deleted file mode 100644
index 2b922676d..000000000
--- a/include/international_string_util.h
+++ /dev/null
@@ -1,25 +0,0 @@
-#ifndef GUARD_INTERNATIONAL_STRING_UTIL_H
-#define GUARD_INTERNATIONAL_STRING_UTIL_H
-
-#include "global.h"
-
-#include "menu.h"
-
-void sub_81DB52C(const u8 *src);
-void TVShowConvertInternationalString(u8 *dest, const u8 *src, u8 language);
-s32 GetStringCenterAlignXOffset(s32 fontId, const u8 *str, s32 totalWidth);
-s32 GetStringRightAlignXOffset(s32 fontId, const u8 *str, s32 totalWidth);
-s32 GetStringCenterAlignXOffsetWithLetterSpacing(s32 fontId, const u8 *str, s32 totalWidth, s32 letterSpacing);
-s32 GetStringWidthDifference(s32 fontId, const u8 *str, s32 totalWidth, s32 letterSpacing);
-s32 GetMaxWidthInMenuTable(const struct MenuAction *str, s32 arg1);
-s32 sub_81DB3D8(const struct MenuAction *str, u8* arg1, s32 arg2);
-// sub_81DB41C
-// CopyMonCategoryText
-// sub_81DB494
-// sub_81DB4DC
-// sub_81DB554
-// sub_81DB5AC
-u32 sub_81DB604(const u8 *);
-// sub_81DB620
-
-#endif // GUARD_INTERNATIONAL_STRING_UTIL_H