From 3b4a255dec3496b568bdb5712da4a5b04bb318f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Sat, 1 Jul 2023 22:37:06 +0200 Subject: [PATCH] pulse-server: format_info_from_spec(): remove redundant decl --- src/modules/module-protocol-pulse/format.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/module-protocol-pulse/format.h b/src/modules/module-protocol-pulse/format.h index c71ca3f49..8f0133f49 100644 --- a/src/modules/module-protocol-pulse/format.h +++ b/src/modules/module-protocol-pulse/format.h @@ -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);