1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Dave Chapman 2007-07-09 00:35:36 +00:00
parent 899212858c
commit 0361fd5e50

View file

@ -158,6 +158,4 @@ int wma_decode_init(WMADecodeContext* s, asf_waveformatex_t *wfx);
int wma_decode_superframe(WMADecodeContext* s,
void *data, int *data_size,
uint8_t *buf, int buf_size);
int wma_decode_end(WMADecodeContext *s);
#endif