Remove comment

This commit is contained in:
Ray 2020-03-04 18:23:31 +01:00
parent cb4c676f5d
commit c3386300d3
1 changed files with 0 additions and 1 deletions

View File

@ -1228,7 +1228,6 @@ char *TextReplace(char *text, const char *replace, const char *by)
}
// Insert text in a specific position, moves all text forward
// REQUIRES: strcpy()
// WARNING: Allocated memory should be manually freed
char *TextInsert(const char *text, const char *insert, int position)
{