summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpixmap_s60.cpp
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-09-07 08:51:55 (GMT)
committerThomas Zander <t.zander@nokia.com>2010-09-07 08:51:55 (GMT)
commitcd8118835421d30ef37a29df5c2286282fb2f8ed (patch)
treea1c96a9c312fc3217977cb5dd0bbd68c8b654f93 /src/gui/image/qpixmap_s60.cpp
parent5360be909d8d5e8b3a3b6e391e80b86027d7f2a2 (diff)
downloadQt-cd8118835421d30ef37a29df5c2286282fb2f8ed.zip
Qt-cd8118835421d30ef37a29df5c2286282fb2f8ed.tar.gz
Qt-cd8118835421d30ef37a29df5c2286282fb2f8ed.tar.bz2
Remove unused variable
Reviewed-by: axis
Diffstat (limited to 'src/gui/image/qpixmap_s60.cpp')
-rw-r--r--src/gui/image/qpixmap_s60.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/image/qpixmap_s60.cpp b/src/gui/image/qpixmap_s60.cpp
index 68179d7..47249d9 100644
--- a/src/gui/image/qpixmap_s60.cpp
+++ b/src/gui/image/qpixmap_s60.cpp
@@ -831,7 +831,6 @@ void* QS60PixmapData::toNativeType(NativeType type)
bool convertToArgb32 = false;
bool needsCopy = false;
- QSysInfo::SymbianVersion symbianVersion = QSysInfo::symbianVersion();
if (!(S60->supportsPremultipliedAlpha)) {
// Convert argb32_premultiplied to argb32 since Symbian 9.2 does
// not support premultipied format.