summaryrefslogtreecommitdiffstats
path: root/src/opengl/qopenglversionprofile.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-10-06 16:29:18 +0200
committerLars Knoll <lars.knoll@qt.io>2020-10-07 13:54:06 +0200
commitbf5d52020b348d77a8968e39ca36dea7cbcef0e5 (patch)
tree957b78bd362e9785bb8b843a60c8da99f7632a23 /src/opengl/qopenglversionprofile.h
parent417ae745ec05c92ee132fb5532e5b3c16e1f2e64 (diff)
Remove methods that shouldn't be in the OpenGL wrappers
Those methods where only kept for BC in Qt 5.x, but were actually asserting at runtime. Get rid of them. Fixes: QTBUG-86475 Change-Id: I19e6e4ada22b6a4427a2cb13962792c5a3b461af Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/opengl/qopenglversionprofile.h')
-rw-r--r--src/opengl/qopenglversionprofile.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/opengl/qopenglversionprofile.h b/src/opengl/qopenglversionprofile.h
index fdc531692a..3ddd3dc8e9 100644
--- a/src/opengl/qopenglversionprofile.h
+++ b/src/opengl/qopenglversionprofile.h
@@ -45,9 +45,6 @@
#include <QtGui/QSurfaceFormat>
#include <QtCore/QPair>
-#if QT_DEPRECATED_SINCE(5, 6)
-#include <QtCore/qhash.h>
-#endif
#include <QtCore/qhashfunctions.h>
QT_BEGIN_NAMESPACE