log: Remove pa_log_set_fd()

The function isn't used any more.
This commit is contained in:
Tanu Kaskinen 2013-06-20 17:24:26 +03:00
parent 4a4b0c6785
commit bc2ed3482a
2 changed files with 0 additions and 14 deletions

View file

@ -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);