summaryrefslogtreecommitdiffstats
path: root/src/sinkinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sinkinput.h')
-rw-r--r--src/sinkinput.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sinkinput.h b/src/sinkinput.h
index f62070c4..389d832d 100644
--- a/src/sinkinput.h
+++ b/src/sinkinput.h
@@ -19,7 +19,6 @@ struct sink_input {
void (*drop) (struct sink_input *i, size_t length);
void (*kill) (struct sink_input *i);
uint32_t (*get_latency) (struct sink_input *i);
-
void *userdata;
};