summaryrefslogtreecommitdiffstats
path: root/stream/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.c')
-rw-r--r--stream/stream.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/stream/stream.c b/stream/stream.c
index 3f7983e294..9de53aba52 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -603,9 +603,6 @@ void stream_reset(stream_t *s)
s->buf_pos = s->buf_len = 0;
s->eof = 0;
}
- if (s->control)
- s->control(s, STREAM_CTRL_RESET, NULL);
- //stream_seek(s,0);
}
int stream_control(stream_t *s, int cmd, void *arg)