diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-02 18:58:33 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-02 18:58:33 +0100 |
commit | b87e6a4e577e27d054e256464a7276665104ff83 (patch) | |
tree | 6641b686c0cab55d06497256cf50617dbff9c3b7 /include/string_util.h | |
parent | 145047d4389c68052ed8a5f4c1760238112004f3 (diff) |
Get rid of static functions in includes
Diffstat (limited to 'include/string_util.h')
-rw-r--r-- | include/string_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/string_util.h b/include/string_util.h index 67149bca0..d7a005ec5 100644 --- a/include/string_util.h +++ b/include/string_util.h @@ -39,7 +39,6 @@ u8 *WriteColorChangeControlCode(u8 *dest, u32 colorType, u8 color); bool32 IsStringJapanese(u8 *str); bool32 sub_800924C(u8 *str, s32 n); u8 GetExtCtrlCodeLength(u8 code); -static const u8 *SkipExtCtrlCode(const u8 *s); s32 StringCompareWithoutExtCtrlCodes(const u8 *str1, const u8 *str2); void ConvertInternationalString(u8 *s, u8 language); void StripExtCtrlCodes(u8 *str); |