This commit is contained in:
Glenn Maynard
2004-04-20 03:51:41 +00:00
parent 732cf4b380
commit b82a155fe7
2 changed files with 0 additions and 6 deletions
-2
View File
@@ -117,8 +117,6 @@ RageSound &RageSound::operator=( const RageSound &cpy )
delete Sample;
Sample = cpy.Sample->Copy();
/* Load() won't work on a copy if m_sFilePath is already set, so
* copy this down here. */
m_sFilePath = cpy.m_sFilePath;
return *this;
-4
View File
@@ -318,10 +318,6 @@ static struct SetupUnknownThread
const char *RageThread::GetCurThreadName()
{
int slot = GetCurThreadSlot();
if(slot==-1)
return "???";
return GetThreadNameByID( GetCurrentThreadID() );
}