From 42b25a4d3e2fe66f03cbd8c866d8af7bd4f6e5a7 Mon Sep 17 00:00:00 2001 From: mannol Date: Sun, 27 Apr 2014 19:21:26 +0200 Subject: Yeah many calls --- toxcore/util.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'toxcore/util.h') diff --git a/toxcore/util.h b/toxcore/util.h index ae364d52..e40b6968 100644 --- a/toxcore/util.h +++ b/toxcore/util.h @@ -45,11 +45,4 @@ typedef int (*load_state_callback_func)(void *outer, uint8_t *data, uint32_t len int load_state(load_state_callback_func load_state_callback, void *outer, uint8_t *data, uint32_t length, uint16_t cookie_inner); -#ifdef LOGGING -extern char logbuffer[512]; -void loginit(uint16_t port); -void loglog(char *text); -void logexit(); -#endif - #endif /* __UTIL_H__ */ -- cgit v1.2.3