]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
remove some more dead code
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 9b717993a938187a989c26f5f98585c2a2c66df3..ef7ee4081e2f2baed8e0f196583077c41d682667 100644 (file)
--- a/host.c
+++ b/host.c
@@ -672,7 +672,6 @@ void Host_Main(void)
        Host_Init();
 
        realtime = 0;
-       dirtytime = Sys_DirtyTime();
        for (;;)
        {
                if (setjmp(host_abortframe))