changeset 4523:74b5224649c0 libavformat

remove now useless get_str16() from rmdec.c
author aurel
date Tue, 17 Feb 2009 21:41:50 +0000
parents aaf07b2acb3c
children e2abb4e5017c
files rmdec.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/rmdec.c	Tue Feb 17 21:40:38 2009 +0000
+++ b/rmdec.c	Tue Feb 17 21:41:50 2009 +0000
@@ -62,11 +62,6 @@
     if (buf_size > 0) *q = '\0';
 }
 
-static void get_str16(ByteIOContext *pb, char *buf, int buf_size)
-{
-    get_strl(pb, buf, buf_size, get_be16(pb));
-}
-
 static void get_str8(ByteIOContext *pb, char *buf, int buf_size)
 {
     get_strl(pb, buf, buf_size, get_byte(pb));