From fd6afc05f8715b3cc8eea5547895b0271ef5b860 Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Tue, 14 Jul 2009 07:53:57 +0000 Subject: Remove a function accidentally added back in r21841. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21853 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libtremor/vorbisfile.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/codecs/libtremor/vorbisfile.c b/apps/codecs/libtremor/vorbisfile.c index 2a805361e6..8c81c63b7d 100644 --- a/apps/codecs/libtremor/vorbisfile.c +++ b/apps/codecs/libtremor/vorbisfile.c @@ -1554,12 +1554,6 @@ ogg_int64_t ov_raw_tell(OggVorbis_File *vf){ return(vf->offset); } -/* return PCM offset (sample) of next PCM sample to be read */ -ogg_int64_t ov_pcm_tell(OggVorbis_File *vf){ - if(vf->ready_statepcm_offset); -} - /* return time offset (milliseconds) of next PCM sample to be read */ ogg_int64_t ov_time_tell(OggVorbis_File *vf){ int link=0; -- cgit v1.2.3