From dd1234457f3cecc7f9bab569ba492aa24e4a242c Mon Sep 17 00:00:00 2001 From: David Boddie Date: Fri, 25 Mar 2011 13:55:46 +0100 Subject: Doc: Removed duplicate documentation. --- src/opengl/qpixmapdata_poolgl.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/opengl/qpixmapdata_poolgl.cpp b/src/opengl/qpixmapdata_poolgl.cpp index 64de29e..8ae90e9 100644 --- a/src/opengl/qpixmapdata_poolgl.cpp +++ b/src/opengl/qpixmapdata_poolgl.cpp @@ -63,19 +63,6 @@ QT_BEGIN_NAMESPACE Q_OPENGL_EXPORT extern QGLWidget* qt_gl_share_widget(); -/*! - \class QGLFramebufferObjectPool - \since 4.6 - - \brief The QGLFramebufferObject class provides a pool of framebuffer - objects for offscreen rendering purposes. - - When requesting an FBO of a given size and format, an FBO of the same - format and a size at least as big as the requested size will be returned. - - \internal -*/ - static inline int areaDiff(const QSize &size, const QGLFramebufferObject *fbo) { return qAbs(size.width() * size.height() - fbo->width() * fbo->height()); -- cgit v0.12