remove RageFileObj::SeekCur

This commit is contained in:
Glenn Maynard
2004-12-09 08:51:28 +00:00
parent fd7e23fce8
commit 335e8149d0
2 changed files with 0 additions and 6 deletions
-5
View File
@@ -37,11 +37,6 @@ int RageFileObj::Seek( int offset )
return parent.Tell();
}
int RageFileObj::SeekCur( int offset )
{
return Seek( parent.Tell() + offset );
}
int RageFileObj::GetFileSize()
{
int OldPos = parent.Tell();