summaryrefslogtreecommitdiffstats
path: root/stream/stream_cb.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_cb.c')
-rw-r--r--stream/stream_cb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_cb.c b/stream/stream_cb.c
index fdef517bb8..fa8871ddf6 100644
--- a/stream/stream_cb.c
+++ b/stream/stream_cb.c
@@ -104,5 +104,4 @@ static int open_cb(stream_t *stream)
const stream_info_t stream_info_cb = {
.name = "stream_callback",
.open = open_cb,
- .protocols = (const char*const[]){ "*", NULL },
};