From 962edab745ff810290110d20c56b959075833dfe Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Thu, 24 Jan 2013 10:39:43 +0100 Subject: Drop the unused QGLContextPrivate::convertToGLFormat function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iaa176fc6152162c91a3e3bd373a235883001975c Reviewed-by: Sean Harmer Reviewed-by: Samuel Rødal --- src/opengl/qgl_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/opengl/qgl_p.h') diff --git a/src/opengl/qgl_p.h b/src/opengl/qgl_p.h index 5fd870beee..0791fe5110 100644 --- a/src/opengl/qgl_p.h +++ b/src/opengl/qgl_p.h @@ -265,7 +265,6 @@ public: QGLContext::BindOptions options); QGLTexture *textureCacheLookup(const qint64 key, GLenum target); void init(QPaintDevice *dev, const QGLFormat &format); - QImage convertToGLFormat(const QImage &image, bool force_premul, GLenum texture_format); int maxTextureSize(); void cleanup(); -- cgit v1.2.3