summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2020-03-04 18:23:31 +0100
committerRay <[email protected]>2020-03-04 18:23:31 +0100
commitc3386300d34f77442beefcf7bfb857718e5c74fe (patch)
tree53f15c17998c04746479947d3889a77db1183b52 /src
parentcb4c676f5d6e4ef0b62f63ee0b4f76fac0c8061d (diff)
downloadraylib-c3386300d34f77442beefcf7bfb857718e5c74fe.tar.gz
raylib-c3386300d34f77442beefcf7bfb857718e5c74fe.zip
Remove comment
Diffstat (limited to 'src')
-rw-r--r--src/text.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/text.c b/src/text.c
index 58596f8f..12e3cf3e 100644
--- a/src/text.c
+++ b/src/text.c
@@ -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)
{