From d7bae8cd7684dd509fee56415f823b0c19b5d879 Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Mon, 7 Sep 2009 08:42:10 +1000 Subject: Code cleanup: remove friend declarations for non-existent functions Reviewed-by: Alex --- src/opengl/qgl.h | 4 ---- 1 file changed, 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) }; -- cgit v0.12