forked from len0rd/rockbox
Remove a function accidentally added back in r21841.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21853 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0e2a93369e
commit
fd6afc05f8
1 changed files with 0 additions and 6 deletions
|
|
@ -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_state<OPENED)return(OV_EINVAL);
|
||||
return(vf->pcm_offset);
|
||||
}
|
||||
|
||||
/* return time offset (milliseconds) of next PCM sample to be read */
|
||||
ogg_int64_t ov_time_tell(OggVorbis_File *vf){
|
||||
int link=0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue