drop some useless return statements

This commit is contained in:
/dev/humancontroller 2013-04-14 18:33:26 +02:00 committed by Zack Middleton
parent bbd17d75ce
commit 9d626b6a12
15 changed files with 0 additions and 20 deletions

View file

@ -1411,8 +1411,6 @@ void Com_InitSmallZoneMemory( void ) {
Com_Error( ERR_FATAL, "Small zone data failed to allocate %1.1f megs", (float)s_smallZoneTotal / (1024*1024) );
}
Z_ClearZone( smallzone, s_smallZoneTotal );
return;
}
void Com_InitZoneMemory( void ) {

View file

@ -2810,7 +2810,6 @@ void FS_Which_f( void ) {
}
Com_Printf("File not found: \"%s\"\n", filename);
return;
}

View file

@ -1961,8 +1961,6 @@ PPC_ComputeCode( vm_t *vm )
di_now = di_first;
}
}
return;
}
static void