summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Rødal <sroedal@trolltech.com>2009-12-15 11:43:00 (GMT)
committerSamuel Rødal <sroedal@trolltech.com>2009-12-15 14:36:47 (GMT)
commitebe0c4dfe4d1abb06bdd57783e2a850d67354d93 (patch)
treec2b1e435bb9756078c96a2a23a837ca790cb1a43
parentf6ebcf8eb829d9639daddfc7bfddafe4371be0ef (diff)
downloadQt-ebe0c4dfe4d1abb06bdd57783e2a850d67354d93.zip
Qt-ebe0c4dfe4d1abb06bdd57783e2a850d67354d93.tar.gz
Qt-ebe0c4dfe4d1abb06bdd57783e2a850d67354d93.tar.bz2
Got rid of unused variable compiler warning.
-rw-r--r--src/opengl/qglpixmapfilter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/opengl/qglpixmapfilter.cpp b/src/opengl/qglpixmapfilter.cpp
index c0a0460..d4bcbe9 100644
--- a/src/opengl/qglpixmapfilter.cpp
+++ b/src/opengl/qglpixmapfilter.cpp
@@ -447,8 +447,6 @@ bool QGLPixmapBlurFilter::processGL(QPainter *painter, const QPointF &pos, const
qreal actualRadius = radius();
- QGLPixmapBlurFilter *filter = const_cast<QGLPixmapBlurFilter *>(this);
-
QGLContext *ctx = const_cast<QGLContext *>(QGLContext::currentContext());
QGLBlurTextureCache *blurTextureCache = QGLBlurTextureCache::cacheForContext(ctx);