summaryrefslogtreecommitdiff
path: root/src/til_stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/til_stream.c')
-rw-r--r--src/til_stream.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/til_stream.c b/src/til_stream.c
index 3f220fb..dfc299b 100644
--- a/src/til_stream.c
+++ b/src/til_stream.c
@@ -136,14 +136,6 @@ int til_stream_active(til_stream_t *stream)
}
-void til_stream_start_frame(til_stream_t *stream)
-{
- assert(stream);
-
- stream->frame++;
-}
-
-
til_stream_t * til_stream_free(til_stream_t *stream)
{
unsigned leaked;
© All Rights Reserved