summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/utils/texturehelper_p.h
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-10-21 13:19:29 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-10-21 13:22:18 +0300
commit1344723a7fee31853d27acdf25387df6d25eacba (patch)
treef0e2ae4709945de62e40407d0587489f6f7ec95d /src/datavisualization/utils/texturehelper_p.h
parentef46a70dbed0f8dd302798ba1833b7e155ccd6bb (diff)
Removed obsolete function
Change-Id: Ic52f1a4775453a4db910ea27b172f82554f7a9b6 Change-Id: Ic52f1a4775453a4db910ea27b172f82554f7a9b6 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Diffstat (limited to 'src/datavisualization/utils/texturehelper_p.h')
-rw-r--r--src/datavisualization/utils/texturehelper_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/datavisualization/utils/texturehelper_p.h b/src/datavisualization/utils/texturehelper_p.h
index f7779b59..8371825e 100644
--- a/src/datavisualization/utils/texturehelper_p.h
+++ b/src/datavisualization/utils/texturehelper_p.h
@@ -45,8 +45,6 @@ class TextureHelper : protected QOpenGLFunctions
GLuint create2DTexture(const QImage &image, bool useTrilinearFiltering = false,
bool convert = true, bool smoothScale = true);
GLuint createCubeMapTexture(const QImage &image, bool useTrilinearFiltering = false);
- // Returns selection framebuffer and inserts generated texture id to texture parameters
- GLuint createSelectionBuffer(const QSize &size, GLuint &texture, GLuint &depthTexture);
// Returns selection texture and inserts generated framebuffers to framebuffer parameters
GLuint createSelectionTexture(const QSize &size, GLuint &frameBuffer, GLuint &depthBuffer);
#if !defined(QT_OPENGL_ES_2)