Removed get_time from common.c

Uses GDateTime instead
This commit is contained in:
James Booth
2012-08-26 22:36:00 +01:00
parent 6f2870ed7d
commit 51e5156fab
4 changed files with 17 additions and 31 deletions

View File

@@ -37,7 +37,6 @@
void p_slist_free_full(GSList *items, GDestroyNotify free_func);
void create_dir(char *name);
void get_time(char *thetime);
char * str_replace(const char *string, const char *substr,
const char *replacement);
int str_contains(char str[], int size, char ch);