diff Framework/OpenGL/OpenGLIncludes.h @ 1397:1c2d065ba372

cleanup
author Alain Mazy <alain@mazy.be>
date Wed, 29 Apr 2020 20:41:36 +0200
parents 7ec8fea061b9
children 28c64c246312
line wrap: on
line diff
--- a/Framework/OpenGL/OpenGLIncludes.h	Wed Apr 29 19:00:30 2020 +0200
+++ b/Framework/OpenGL/OpenGLIncludes.h	Wed Apr 29 20:41:36 2020 +0200
@@ -42,15 +42,6 @@
 #  include <GL/glext.h>
 #endif
 
-#if ORTHANC_ENABLE_QT == 1
-// TODO: currently there are no checks in QT
-
-#   define ORTHANC_OPENGL_CHECK(name)
-#   define ORTHANC_OPENGL_TRACE_CURRENT_CONTEXT(msg)
-#   define ORTHANC_CHECK_CURRENT_CONTEXT(context)
-
-#endif
-
 #if ORTHANC_ENABLE_SDL == 1
 # include <SDL_video.h>