- ncopystring is not needed anymore.

This commit is contained in:
Christoph Oelckers 2017-02-19 01:14:31 +01:00
commit c0dd37e16e
2 changed files with 0 additions and 18 deletions

View file

@ -38,7 +38,6 @@ int ParseHex(const char *str, FScriptPosition *sc = nullptr);
bool IsNum (const char *str); // [RH] added
char *copystring(const char *s);
char *ncopystring(const char *s);
void ReplaceString (char **ptr, const char *str);
bool CheckWildcards (const char *pattern, const char *text);