Remove non-existent function from header
This is a leftover from the QGL->QOpenGL migration, the function never existed in the QOpenGL variant of the class. Change-Id: I47bdfb7f65ffc6cdd39b353e3a69900ccf10e4fc Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
This commit is contained in:
parent
e368866d68
commit
aecc14fff8
@ -106,8 +106,6 @@ public:
|
||||
OpenGLExtensions openGLExtensions();
|
||||
bool hasOpenGLExtension(QOpenGLExtensions::OpenGLExtension extension) const;
|
||||
|
||||
void initializeGLExtensions();
|
||||
|
||||
GLvoid *glMapBuffer(GLenum target, GLenum access);
|
||||
GLboolean glUnmapBuffer(GLenum target);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user