]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.h
renamed r_shadow_cursor cvars to actually have the word cursor in their name like...
[xonotic/darkplaces.git] / console.h
index a6267b9c375208b2e1716854b42e8462ed5ff0d4..abe35cf9c676f1f0c85bbdebf919601b65884610 100644 (file)
--- a/console.h
+++ b/console.h
@@ -58,7 +58,6 @@ void Log_Init (void);
 void Log_Close (void);
 void Log_Start (void);
 
-void Log_Print(const char *logfilename, const char *msg);
 void Log_Printf(const char *logfilename, const char *fmt, ...);
 
 #endif