From 364ccc05d5267dd5552da907b7faf13cfe79aea9 Mon Sep 17 00:00:00 2001 From: hagen Date: Fri, 18 Dec 2015 14:30:54 +0000 Subject: [PATCH] * Log.h: drop unused template --- Log.h | 6 ------ 1 file changed, 6 deletions(-) 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