From kde-commits Sun Jul 31 23:40:12 2011 From: Arjen Hiemstra Date: Sun, 31 Jul 2011 23:40:12 +0000 To: kde-commits Subject: [gluon] graphics: Remove erroneous addition of Qt OpenGL defines. Message-Id: <20110731234012.CCD60A60A6 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=131215566823508 Git commit 817a5f80623e19cd763786237aa1a49997aeef05 by Arjen Hiemstra. Committed on 01/08/2011 at 01:37. Pushed by ahiemstra into branch 'master'. Remove erroneous addition of Qt OpenGL defines. We do our own GL checking in CMake, so these actually cause problems instead of fixing them. M +0 -6 graphics/glheaders.h http://commits.kde.org/gluon/817a5f80623e19cd763786237aa1a49997aeef05 diff --git a/graphics/glheaders.h b/graphics/glheaders.h index c445523..9035584 100644 --- a/graphics/glheaders.h +++ b/graphics/glheaders.h @@ -32,12 +32,6 @@ typedef char GLchar; #include #include -#elif defined(QT_OPENGL_ES_1) -#include -#include -#elif defined(QT_OPENGL_ES_2) -#include -#include #else #include #include