From 0e11546a3dff03ddd1fe5bac4e2be53cf41d885f Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 23 Jul 2018 20:44:11 +0200 Subject: [PATCH] Removed unused messages --- glm/glm.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/glm/glm.hpp b/glm/glm.hpp index 194415f5..731e97e0 100644 --- a/glm/glm.hpp +++ b/glm/glm.hpp @@ -98,11 +98,6 @@ #include #include "fwd.hpp" -#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_MESSAGE_CORE_INCLUDED_DISPLAYED) -# define GLM_MESSAGE_CORE_INCLUDED_DISPLAYED -# pragma message("GLM: Core library included") -#endif//GLM_MESSAGES - #include "vec2.hpp" #include "vec3.hpp" #include "vec4.hpp"