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();
-1
View File
@@ -46,7 +46,6 @@ public:
// virtual CString RealPath() const { return parent->GetPath(); }
virtual int Seek( int offset );
virtual int SeekCur( int offset );
virtual int GetFileSize();
virtual CString GetDisplayPath() const { return parent.GetRealPath(); }