another fix

This commit is contained in:
twinaphex 2015-11-23 16:51:16 +01:00
parent 0287581f86
commit 95f459a7d5

View File

@ -54,10 +54,6 @@ void retro_main_log_file_init(const char *path);
#if defined(HAVE_FILE_LOGGER)
#ifdef __cplusplus
extern "C" {
#endif
#define LOG_FILE (retro_main_log_file())
#else