]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys.h
sys: refactor the clean shutdown process
[xonotic/darkplaces.git] / sys.h
diff --git a/sys.h b/sys.h
index baa7146bc292a295dd8e9c38fee639afd021a8e1..26c71b5055196e7fe141ec9be05fe1397a3aafc3 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -217,7 +217,6 @@ void Sys_Printf(const char *fmt, ...);
 
 /// INFO: This is only called by Host_Shutdown so we dont need testing for recursion
 void Sys_SDL_Shutdown(void);
-void Sys_Quit (int returnvalue);
 
 /*! on some build/platform combinations (such as Linux gcc with the -pg
  * profiling option) this can turn on/off profiling, used primarily to limit