X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flog.cpp;h=282898cc199c0fc090a841e766b8562458e64a13;hb=a6be198a4f74f4dd3b1adcf5eb4ed4f9760cc5ee;hp=173025178d9eef037cc2cc06255e5ef97d06ef3d;hpb=fa566a2c8ec532eb5325b4d5a663fb2a7d72adc6;p=virtualjaguar diff --git a/src/log.cpp b/src/log.cpp index 1730251..282898c 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -34,7 +34,6 @@ void log_done(void) // This logger is used mainly to ensure that text gets written to the log file // even if the program crashes. The performance hit is acceptable in this case! // - void WriteLog(const char * text, ...) { va_list arg;