mirror of
https://github.com/libretro/RetroArch
synced 2024-12-29 12:31:05 +00:00
Get rid of some defines
This commit is contained in:
parent
f342248115
commit
3d3d9d6b24
@ -42,10 +42,6 @@ void retro_main_log_file_init(const char *path);
|
||||
|
||||
#if defined(HAVE_LOGGER)
|
||||
|
||||
#define BUFSIZE (64 * 1024)
|
||||
#define TCPDUMP_STACKSIZE (16 * 1024)
|
||||
#define TCPDUMP_PRIO (2048)
|
||||
|
||||
void logger_init (void);
|
||||
void logger_shutdown (void);
|
||||
void logger_send (const char *__format,...);
|
||||
|
Loading…
Reference in New Issue
Block a user