forked from mirror/OpenTTD
Cleanup: remove MD5SumToString in lieu of FormatArrayAsHex
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
#include "core/bitmath_func.hpp"
|
||||
#include "core/span_type.hpp"
|
||||
#include "string_type.h"
|
||||
#include "3rdparty/md5/md5.h"
|
||||
|
||||
char *strecat(char *dst, const char *src, const char *last) NOACCESS(3);
|
||||
char *strecpy(char *dst, const char *src, const char *last) NOACCESS(3);
|
||||
@@ -91,8 +90,6 @@ static inline size_t ttd_strnlen(const char *str, size_t maxlen)
|
||||
return t - str;
|
||||
}
|
||||
|
||||
std::string MD5SumToString(const MD5Hash &md5sum);
|
||||
|
||||
bool IsValidChar(WChar key, CharSetFilter afilter);
|
||||
|
||||
size_t Utf8Decode(WChar *c, const char *s);
|
||||
|
Reference in New Issue
Block a user