diff options
Diffstat (limited to 'src/string_func.h')
-rw-r--r-- | src/string_func.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/string_func.h b/src/string_func.h index d7056f1be..df9062cef 100644 --- a/src/string_func.h +++ b/src/string_func.h @@ -29,9 +29,6 @@ #include "core/bitmath_func.hpp" #include "string_type.h" -void ttd_strlcat(char *dst, const char *src, size_t size); -void ttd_strlcpy(char *dst, const char *src, size_t size); - char *strecat(char *dst, const char *src, const char *last); char *strecpy(char *dst, const char *src, const char *last); |