From 9b0cd8009d6d399e869c350686c686982b8e1f40 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 4 Dec 2005 23:12:46 +0000 Subject: [PATCH] Don't need to check for Altivec in unix mainline anymore (qcommon handles this now). --- code/unix/unix_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/code/unix/unix_main.c b/code/unix/unix_main.c index 87ee0051..6c50a251 100644 --- a/code/unix/unix_main.c +++ b/code/unix/unix_main.c @@ -407,7 +407,6 @@ qboolean Sys_DetectAltivec( void ) void Sys_Init(void) { - Sys_DetectAltivec(); Cmd_AddCommand ("in_restart", Sys_In_Restart_f);