mirror of
https://github.com/libretro/RetroArch
synced 2025-03-27 05:37:40 +00:00
Remove retro_main_log_file function
This commit is contained in:
parent
d788531ae5
commit
e005044f64
@ -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)
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user