Remove retro_main_log_file function

This commit is contained in:
twinaphex 2020-02-01 23:56:51 +01:00
parent d788531ae5
commit e005044f64
2 changed files with 0 additions and 7 deletions

View File

@ -132,11 +132,6 @@ bool *verbosity_get_ptr(void)
return &main_verbosity;
}
void *retro_main_log_file(void)
{
return log_file_fp;
}
void retro_main_log_file_init(const char *path, bool append)
{
if (log_file_initialized)

View File

@ -41,8 +41,6 @@ void verbosity_set_log_level(unsigned level);
bool *verbosity_get_ptr(void);
void *retro_main_log_file(void);
void retro_main_log_file_deinit(void);
void retro_main_log_file_init(const char *path, bool append);