]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_sdl.c
qdefs: Change ALWAYSINLINE -> ALWAYS_INLINE
[xonotic/darkplaces.git] / sys_sdl.c
index 3f37a8e4f0af84045d82228817d890117bfe0816..1bf22cd08463c11279ddb3a70c93252a38994e9e 100644 (file)
--- a/sys_sdl.c
+++ b/sys_sdl.c
@@ -70,7 +70,7 @@ void Sys_Error (const char *error, ...)
        exit (1);
 }
 
-void Sys_PrintToTerminal(const char *text)
+void Sys_Print(const char *text)
 {
 #ifdef __ANDROID__
        if (developer.integer > 0)
@@ -179,10 +179,6 @@ char *Sys_GetClipboardData (void)
        return data;
 }
 
-void Sys_InitConsole (void)
-{
-}
-
 int main (int argc, char *argv[])
 {
        signal(SIGFPE, SIG_IGN);