mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa: support: log: remove spa_log_level_enabled()
This is not used anymore in the tree, nor in any 3rd party code I could find on debian codesearch and github.
This commit is contained in:
parent
ebf93f1417
commit
03901dec2c
1 changed files with 0 additions and 3 deletions
|
|
@ -202,9 +202,6 @@ static inline void spa_log_topic_init(struct spa_log *log, struct spa_log_topic
|
|||
spa_interface_call(&log->iface, struct spa_log_methods, topic_init, 1, topic);
|
||||
}
|
||||
|
||||
/* Unused, left for backwards compat */
|
||||
#define spa_log_level_enabled(l,lev) ((l) && (l)->level >= (lev))
|
||||
|
||||
static inline bool spa_log_level_topic_enabled(const struct spa_log *log,
|
||||
const struct spa_log_topic *topic,
|
||||
enum spa_log_level level)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue