From 89c44330b3b8987f80a92f46ff5d8a4fa3ea7e48 Mon Sep 17 00:00:00 2001 From: Lynix Date: Sat, 29 Dec 2012 15:01:34 +0100 Subject: [PATCH] Context not longer require NAZARA_RENDERER_OPENGL Former-commit-id: c0455ca6b74ac29b1b2a25eceaa0b12bc9681b1e --- include/Nazara/Renderer/Context.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/Nazara/Renderer/Context.hpp b/include/Nazara/Renderer/Context.hpp index cafa24c1b..98054c5c1 100644 --- a/include/Nazara/Renderer/Context.hpp +++ b/include/Nazara/Renderer/Context.hpp @@ -7,8 +7,6 @@ #ifndef NAZARA_CONTEXT_HPP #define NAZARA_CONTEXT_HPP -#ifdef NAZARA_RENDERER_OPENGL - #include #include #include @@ -45,6 +43,4 @@ class NAZARA_API NzContext : public NzResource static NzContext* s_reference; }; -#endif // NAZARA_RENDERER_OPENGL - #endif // NAZARA_CONTEXT_HPP