summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2010-07-01 13:19:52 (GMT)
committerSamuel Rødal <samuel.rodal@nokia.com>2010-07-01 13:20:03 (GMT)
commit844472273a17c74494d1d98a4f4110c21fb79a0c (patch)
tree931ead97b6e93367f1a7847dc218cf605f8e6a17 /src
parent7394aadc24bc5318fdd9498931a882f8b8533365 (diff)
downloadQt-844472273a17c74494d1d98a4f4110c21fb79a0c.zip
Qt-844472273a17c74494d1d98a4f4110c21fb79a0c.tar.gz
Qt-844472273a17c74494d1d98a4f4110c21fb79a0c.tar.bz2
Got rid of unused variable compiler warning.
Diffstat (limited to 'src')
-rw-r--r--src/opengl/qgl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qgl.cpp b/src/opengl/qgl.cpp
index 72ed0c6..fc28a73 100644
--- a/src/opengl/qgl.cpp
+++ b/src/opengl/qgl.cpp
@@ -2093,7 +2093,7 @@ void QGLContextPrivate::syncGlState()
#undef ctx
#ifdef QT_NO_EGL
-void QGLContextPrivate::swapRegion(const QRegion *region)
+void QGLContextPrivate::swapRegion(const QRegion *)
{
static bool firstWarning = true;
if (firstWarning) {