Don't need to check for Altivec in unix mainline anymore (qcommon

handles this now).
This commit is contained in:
Ryan C. Gordon 2005-12-04 23:12:46 +00:00
parent ff9c89f8fe
commit 9b0cd8009d
1 changed files with 0 additions and 1 deletions

View File

@ -407,7 +407,6 @@ qboolean Sys_DetectAltivec( void )
void Sys_Init(void)
{
Sys_DetectAltivec();
Cmd_AddCommand ("in_restart", Sys_In_Restart_f);