mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +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;
|
return &main_verbosity;
|
||||||
}
|
}
|
||||||
|
|
||||||
void *retro_main_log_file(void)
|
|
||||||
{
|
|
||||||
return log_file_fp;
|
|
||||||
}
|
|
||||||
|
|
||||||
void retro_main_log_file_init(const char *path, bool append)
|
void retro_main_log_file_init(const char *path, bool append)
|
||||||
{
|
{
|
||||||
if (log_file_initialized)
|
if (log_file_initialized)
|
||||||
|
@ -41,8 +41,6 @@ void verbosity_set_log_level(unsigned level);
|
|||||||
|
|
||||||
bool *verbosity_get_ptr(void);
|
bool *verbosity_get_ptr(void);
|
||||||
|
|
||||||
void *retro_main_log_file(void);
|
|
||||||
|
|
||||||
void retro_main_log_file_deinit(void);
|
void retro_main_log_file_deinit(void);
|
||||||
|
|
||||||
void retro_main_log_file_init(const char *path, bool append);
|
void retro_main_log_file_init(const char *path, bool append);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user