]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
rename the function
[xonotic/darkplaces.git] / cl_main.c
index c6d9319d168c840a388670d41baa96f4e354e170..d0d9fa90cbad026fb2f0c5fdf83ca6b903667c24 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -21,7 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "quakedef.h"
 #include "cl_collision.h"
-#include "cl_gecko.h"
 #include "cl_video.h"
 #include "image.h"
 #include "csprogs.h"
@@ -2502,7 +2501,6 @@ void CL_Init (void)
        CL_Screen_Init();
 
        CL_Video_Init();
-       CL_Gecko_Init();
 }