]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
Gecko: load OffscreenGecko dynamically
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 060bbea771352ffa12236382c08349955f30b4cb..62192c141a30de3868e29ca405fa15c75af1fe94 100644 (file)
--- a/host.c
+++ b/host.c
@@ -857,9 +857,7 @@ void Host_Main(void)
                        //ui_update();
 
                        CL_Video_Frame();
-#ifdef SUPPORT_GECKO
                        CL_Gecko_Frame();
-#endif
 
                        CL_UpdateScreen();
 
@@ -1172,9 +1170,7 @@ void Host_Shutdown(void)
        // AK shutdown PRVM
        // AK hmm, no PRVM_Shutdown(); yet
 
-#ifdef SUPPORT_GECKO
        CL_Gecko_Shutdown();
-#endif
        CL_Video_Shutdown();
 
        Host_SaveConfig();