summaryrefslogtreecommitdiffstats
path: root/platform/haiku/context_gl_haiku.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-10-13 00:18:04 +0200
committerRémi Verschelde <rverschelde@gmail.com>2017-10-13 00:18:04 +0200
commit79e247d74e775c2fe75d1dd499240e8782f0f44b (patch)
tree2843471c965757ea2fa4be7b3db79e1b1d445038 /platform/haiku/context_gl_haiku.cpp
parentf956f2979eb6603724236c228be4fff913f2d26e (diff)
downloadredot-engine-79e247d74e775c2fe75d1dd499240e8782f0f44b.tar.gz
Drop unusued LEGACYGL_ENABLED check
[ci skip]
Diffstat (limited to 'platform/haiku/context_gl_haiku.cpp')
-rw-r--r--platform/haiku/context_gl_haiku.cpp2
1 files changed, 1 insertions, 1 deletions
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;