This nonsense can go now

This commit is contained in:
twinaphex 2016-12-25 02:11:42 +01:00
parent 397c1d24a8
commit a2515339e9

View File

@ -120,10 +120,6 @@ char *string_replace_substring(const char *in,
return out;
}
/* Non-GPL licensed versions of whitespace trimming:
* http://stackoverflow.com/questions/656542/trim-a-string-in-c
*/
/* Remove leading whitespaces */
char *string_trim_whitespace_left(char *const s)
{