remove deprecated RageFileDriverZip ctor

This commit is contained in:
Glenn Maynard
2005-12-18 20:18:32 +00:00
parent 502374771b
commit 636369ba4b
2 changed files with 0 additions and 11 deletions
-10
View File
@@ -36,16 +36,6 @@ RageFileDriverZip::RageFileDriverZip( RString sPath ):
Load( sPath );
}
/* deprecated */
RageFileDriverZip::RageFileDriverZip( RageFileBasic *pFile ):
RageFileDriver( new NullFilenameDB ),
m_Mutex( "RageFileDriverZip" )
{
m_bFileOwned = false;
m_pZip = NULL;
Load( pFile );
}
bool RageFileDriverZip::Load( const RString &sPath )
{
ASSERT( m_pZip == NULL ); /* don't load twice */