mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
log: Remove pa_log_set_fd()
The function isn't used any more.
This commit is contained in:
parent
4a4b0c6785
commit
bc2ed3482a
2 changed files with 0 additions and 14 deletions
|
|
@ -80,10 +80,6 @@ void pa_log_set_level(pa_log_level_t l);
|
|||
/* Set flags */
|
||||
void pa_log_set_flags(pa_log_flags_t flags, pa_log_merge_t merge);
|
||||
|
||||
/* Set the file descriptor of the logging device.
|
||||
Daemon conf is in charge of opening this device */
|
||||
void pa_log_set_fd(int fd);
|
||||
|
||||
/* Enable backtrace */
|
||||
void pa_log_set_show_backtrace(unsigned nlevels);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue