summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.h
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-09-06 22:42:10 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-09-06 22:42:10 (GMT)
commitd7bae8cd7684dd509fee56415f823b0c19b5d879 (patch)
treecec1d60c25e4f2688d735fe43a2cb42945ed8a4b /src/opengl/qgl.h
parent3f109fd85cbdc49dc3ef1c14066073079f4e34bf (diff)
downloadQt-d7bae8cd7684dd509fee56415f823b0c19b5d879.zip
Qt-d7bae8cd7684dd509fee56415f823b0c19b5d879.tar.gz
Qt-d7bae8cd7684dd509fee56415f823b0c19b5d879.tar.bz2
Code cleanup: remove friend declarations for non-existent functions
Reviewed-by: Alex
Diffstat (limited to 'src/opengl/qgl.h')
-rw-r--r--src/opengl/qgl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/opengl/qgl.h b/src/opengl/qgl.h
index 1d9f623..89f1676 100644
--- a/src/opengl/qgl.h
+++ b/src/opengl/qgl.h
@@ -403,10 +403,6 @@ private:
#endif
friend class QGLFramebufferObject;
friend class QGLFramebufferObjectPrivate;
-#ifdef Q_WS_WIN
- friend bool qt_resolve_GLSL_functions(QGLContext *ctx);
- friend bool qt_createGLSLProgram(QGLContext *ctx, GLuint &program, const char *shader_src, GLuint &shader);
-#endif
private:
Q_DISABLE_COPY(QGLContext)
};