remove Rewind()

This commit is contained in:
Glenn Maynard
2004-12-09 10:44:07 +00:00
parent c87fd69606
commit 6761eb7a51
3 changed files with 0 additions and 29 deletions
-5
View File
@@ -68,11 +68,6 @@ public:
return bytes;
}
void Rewind()
{
m_iFilePos = 0;
}
int Seek( int offset )
{
m_iFilePos = clamp( offset, 0, GetFileSize() );