From 79e247d74e775c2fe75d1dd499240e8782f0f44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 13 Oct 2017 00:18:04 +0200 Subject: Drop unusued LEGACYGL_ENABLED check [ci skip] --- platform/haiku/context_gl_haiku.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/haiku/context_gl_haiku.cpp') diff --git a/platform/haiku/context_gl_haiku.cpp b/platform/haiku/context_gl_haiku.cpp index 2b943df5ba..80d0bd78d5 100644 --- a/platform/haiku/context_gl_haiku.cpp +++ b/platform/haiku/context_gl_haiku.cpp @@ -29,7 +29,7 @@ /*************************************************************************/ #include "context_gl_haiku.h" -#if defined(OPENGL_ENABLED) || defined(LEGACYGL_ENABLED) +#if defined(OPENGL_ENABLED) ContextGL_Haiku::ContextGL_Haiku(HaikuDirectWindow *p_window) { window = p_window; -- cgit v1.2.3