Removed trim method from util

This commit is contained in:
James Booth
2012-04-26 23:27:40 +01:00
parent 381d4b8dc9
commit a41dab3d3c
4 changed files with 2 additions and 76 deletions

1
util.h
View File

@@ -24,7 +24,6 @@
#define UTIL_H
void get_time(char *thetime);
char * trim(char *str);
char * str_replace(const char *string, const char *substr,
const char *replacement);