From eef8bc593c69a5d53e91e7f03a25debff332887d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 13 Feb 2019 12:46:14 +0100 Subject: [PATCH] jack: remote port_send_command --- src/pipewire-jack.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/pipewire-jack.c b/src/pipewire-jack.c index 272b7cf4a..19a96a7b3 100644 --- a/src/pipewire-jack.c +++ b/src/pipewire-jack.c @@ -1397,13 +1397,6 @@ static void client_node_port_use_buffers(void *object, pw_client_node_proxy_done(c->node_proxy, seq, res); } -static void client_node_port_command(void *object, - enum spa_direction direction, - uint32_t port_id, - const struct spa_command *command) -{ -} - static void clear_io(struct client *c, struct io *io) { struct mem *m; @@ -1573,7 +1566,6 @@ static const struct pw_client_node_proxy_events client_node_events = { .remove_port = client_node_remove_port, .port_set_param = client_node_port_set_param, .port_use_buffers = client_node_port_use_buffers, - .port_command = client_node_port_command, .port_set_io = client_node_port_set_io, .set_activation = client_node_set_activation, };