diff --git a/Log.h b/Log.h index 8728149f..09e2156a 100644 --- a/Log.h +++ b/Log.h @@ -120,10 +120,4 @@ void LogPrint (LogLevel level, TArgs... args) } } -template -void LogPrint (TArgs... args) -{ - LogPrint (eLogInfo, args...); -} - #endif