summaryrefslogtreecommitdiff
path: root/tests/system-gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system-gl.h')
-rw-r--r--tests/system-gl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/system-gl.h b/tests/system-gl.h
index ddc2cf2..0f983cf 100644
--- a/tests/system-gl.h
+++ b/tests/system-gl.h
@@ -1,14 +1,6 @@
#ifndef SYSTEMGL_H_
#define SYSTEMGL_H_
-#ifdef __APPLE__
-#include <OpenGL/OpenGL.h>
-#include <OpenGL/glu.h> // for gluCheckExtension
-#else
#include <GL/glew.h>
-#include <GL/gl.h>
-#endif
-
-#define REPORTGLERROR(task) { GLenum tGLErr = glGetError(); if (tGLErr != GL_NO_ERROR) { std::cout << "OpenGL error " << tGLErr << " while " << task << "\n"; } }
#endif
contact: Jan Huwald // Impressum