summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-07-09 00:35:36 +0000
committerDave Chapman <dave@dchapman.com>2007-07-09 00:35:36 +0000
commit0361fd5e50e5f89594f956a2d830b990ed9fab7c (patch)
treed7e725082b9c44ddbf650076142ae0707168f22a /apps/codecs/libwma
parent899212858c5afafa2b11158cdbfdc539b936f08c (diff)
downloadrockbox-0361fd5e50e5f89594f956a2d830b990ed9fab7c.tar.gz
rockbox-0361fd5e50e5f89594f956a2d830b990ed9fab7c.zip
wma_decode_end() doesn't exist any more - it was only used to deallocate memory.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13826 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libwma')
-rw-r--r--apps/codecs/libwma/wmadec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/libwma/wmadec.h b/apps/codecs/libwma/wmadec.h
index e3e5d389ae..395b29f6e8 100644
--- a/apps/codecs/libwma/wmadec.h
+++ b/apps/codecs/libwma/wmadec.h
@@ -158,6 +158,4 @@ int wma_decode_init(WMADecodeContext* s, asf_waveformatex_t *wfx);
158int wma_decode_superframe(WMADecodeContext* s, 158int wma_decode_superframe(WMADecodeContext* s,
159 void *data, int *data_size, 159 void *data, int *data_size,
160 uint8_t *buf, int buf_size); 160 uint8_t *buf, int buf_size);
161int wma_decode_end(WMADecodeContext *s);
162
163#endif 161#endif