mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa: bluez: remove unused function
The `add_dict` function has not been used since
9785d99821. Remove it.
This commit is contained in:
parent
e34d9d209a
commit
2c71282f16
1 changed files with 0 additions and 6 deletions
|
|
@ -425,12 +425,6 @@ static void register_battery_provider(struct spa_bt_device *device)
|
|||
}
|
||||
}
|
||||
|
||||
static inline void add_dict(struct spa_pod_builder *builder, const char *key, const char *val)
|
||||
{
|
||||
spa_pod_builder_string(builder, key);
|
||||
spa_pod_builder_string(builder, val);
|
||||
}
|
||||
|
||||
static int a2dp_codec_to_endpoint(const struct a2dp_codec *codec,
|
||||
const char * endpoint,
|
||||
char** object_path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue