pulse-server: format_info_from_spec(): remove redundant decl

This commit is contained in:
Barnabás Pőcze 2023-07-01 22:37:06 +02:00
parent 1bb714b95e
commit 3b4a255dec

View file

@ -214,8 +214,6 @@ int format_info_from_param(struct format_info *info, struct spa_pod *param, uint
const struct spa_pod *format_info_build_param(struct spa_pod_builder *b, uint32_t id,
const struct format_info *info, uint32_t *rate);
int format_info_from_spec(struct format_info *info, const struct sample_spec *ss,
const struct channel_map *map);
int format_info_to_spec(const struct format_info *info, struct sample_spec *ss,
struct channel_map *map);