X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=console.h;h=abe35cf9c676f1f0c85bbdebf919601b65884610;hb=0c1bf945ba583a260c98feb2d5ae1ec2513f834f;hp=a6267b9c375208b2e1716854b42e8462ed5ff0d4;hpb=29779ce432d34c9f0bc8878761d07c194162e6d0;p=xonotic%2Fdarkplaces.git diff --git a/console.h b/console.h index a6267b9c..abe35cf9 100644 --- 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