From 95f459a7d571c7e86f3ec312ab601b9701f66b19 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 23 Nov 2015 16:51:16 +0100 Subject: [PATCH] another fix --- verbosity.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/verbosity.h b/verbosity.h index c7b4f4e0ab..49e5c0cf81 100644 --- a/verbosity.h +++ b/verbosity.h @@ -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