From 90571c2f52c4ced70301552c109b931f4a1cbb1a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 26 Nov 2018 13:27:35 +0100 Subject: [PATCH] audiotestsrc: fix build --- spa/plugins/audiotestsrc/audiotestsrc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/spa/plugins/audiotestsrc/audiotestsrc.c b/spa/plugins/audiotestsrc/audiotestsrc.c index d5fc31b91..9089c91b2 100644 --- a/spa/plugins/audiotestsrc/audiotestsrc.c +++ b/spa/plugins/audiotestsrc/audiotestsrc.c @@ -977,7 +977,6 @@ static int impl_node_process(struct spa_node *node) static const struct spa_node impl_node = { SPA_VERSION_NODE, - &node_info, impl_node_enum_params, impl_node_set_param, impl_node_set_io,