diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-09-06 22:42:10 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-09-06 22:42:10 (GMT) |
commit | d7bae8cd7684dd509fee56415f823b0c19b5d879 (patch) | |
tree | cec1d60c25e4f2688d735fe43a2cb42945ed8a4b /src/opengl | |
parent | 3f109fd85cbdc49dc3ef1c14066073079f4e34bf (diff) | |
download | Qt-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')
-rw-r--r-- | src/opengl/qgl.h | 4 |
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) }; |