diff options
Diffstat (limited to 'src/pulsecore/sink-input.c')
-rw-r--r-- | src/pulsecore/sink-input.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pulsecore/sink-input.c b/src/pulsecore/sink-input.c index c33d8e70..2687cfaa 100644 --- a/src/pulsecore/sink-input.c +++ b/src/pulsecore/sink-input.c @@ -194,7 +194,6 @@ pa_sink_input* pa_sink_input_new( i->peek = NULL; i->drop = NULL; - i->process = NULL; i->kill = NULL; i->get_latency = NULL; i->attach = NULL; @@ -272,7 +271,6 @@ void pa_sink_input_unlink(pa_sink_input *i) { i->peek = NULL; i->drop = NULL; - i->process = NULL; i->kill = NULL; i->get_latency = NULL; i->attach = NULL; |