summaryrefslogtreecommitdiffstats
path: root/src/opengl/qglframebufferobject.h
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2009-09-08 16:03:00 (GMT)
committerTom Cooksey <thomas.cooksey@nokia.com>2009-09-08 16:36:17 (GMT)
commitf6f099e33773e5739ef89681bc97a1a91ff168c8 (patch)
treea5278ef2151debe525b23700e04dd2f3cfd3b0c6 /src/opengl/qglframebufferobject.h
parent31d8058a32a1d2d2d6bc1ba3d48f5a382d7b87a7 (diff)
downloadQt-f6f099e33773e5739ef89681bc97a1a91ff168c8.zip
Qt-f6f099e33773e5739ef89681bc97a1a91ff168c8.tar.gz
Qt-f6f099e33773e5739ef89681bc97a1a91ff168c8.tar.bz2
Cleanup of QGLPaintDevice before it goes in
This is the last patch in the QGLPaintDevice series. Although previous patches have not been reviewed individually, Samuel's reviewed QGLPaintDevice API and all the changes as the code stands with this patch. Reviewed-by: Samuel
Diffstat (limited to 'src/opengl/qglframebufferobject.h')
-rw-r--r--src/opengl/qglframebufferobject.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opengl/qglframebufferobject.h b/src/opengl/qglframebufferobject.h
index 29b1f97..6efbb73 100644
--- a/src/opengl/qglframebufferobject.h
+++ b/src/opengl/qglframebufferobject.h
@@ -130,7 +130,6 @@ protected:
private:
Q_DISABLE_COPY(QGLFramebufferObject)
QScopedPointer<QGLFramebufferObjectPrivate> d_ptr;
-// friend class QGLDrawable;
friend class QGLPaintDevice;
friend class QGLFBOGLPaintDevice;
};