From 18142eddb464b9482206eb6f6c39ea3563460300 Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Sun, 4 Oct 2015 00:38:47 +1300 Subject: [PATCH] LogManager: Remove unused define. --- Source/Core/Common/Logging/LogManager.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/Common/Logging/LogManager.h b/Source/Core/Common/Logging/LogManager.h index 1ca55cc320..6a03ec45fe 100644 --- a/Source/Core/Common/Logging/LogManager.h +++ b/Source/Core/Common/Logging/LogManager.h @@ -16,7 +16,6 @@ #include "Common/NonCopyable.h" #include "Common/Logging/Log.h" -#define MAX_MESSAGES 8000 #define MAX_MSGLEN 1024 // pure virtual interface