Removed redundant comment.

This commit is contained in:
Roland Illig 2005-07-31 18:57:20 +00:00
parent 16b7d7b60a
commit 7bb3bea344

View File

@ -196,8 +196,6 @@ test_ecs_strlcat(void)
assert(dest[1] == ECS_CHAR('X')); assert(dest[1] == ECS_CHAR('X'));
} }
/* extern size_t ecs_strlcat(ecs_char *, size_t, const ecs_char *); */
/* extern void ecs_strbox(const ecs_char *, size_t *ret_width, /* extern void ecs_strbox(const ecs_char *, size_t *ret_width,
size_t *ret_height); */ size_t *ret_height); */