Remove unneeded TOOD

SVN revision: 47542
This commit is contained in:
Sebastian Dransfeld 2010-03-28 20:36:11 +00:00
parent c7dc3a221d
commit 5e33a5798f
1 changed files with 0 additions and 1 deletions

View File

@ -248,7 +248,6 @@ efreet_parse_locale_setting(const char *env)
size_t
efreet_array_cat(char *buffer, size_t size, const char *strs[])
{
/* TODO: Most functions calling this use static strings. Make a version which handles this, use sizeof and memcpy */
int i;
size_t n;
for (i = 0, n = 0; n < size && strs[i]; i++)