summaryrefslogtreecommitdiffstats
path: root/src/openvg
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-11-20 05:11:17 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-11-20 05:11:17 (GMT)
commit55b1f191d2ab97b2c1029f12e2315412e74a1dc2 (patch)
tree2ce8b9d56f6e7a8a073bca58bb7c481aeedbfd62 /src/openvg
parent73477789bdeeba851cf095cbdda5c36d9f5c31df (diff)
downloadQt-55b1f191d2ab97b2c1029f12e2315412e74a1dc2.zip
Qt-55b1f191d2ab97b2c1029f12e2315412e74a1dc2.tar.gz
Qt-55b1f191d2ab97b2c1029f12e2315412e74a1dc2.tar.bz2
Remove unmatched else in non-EGL mode for OpenVG pixmap data
Reviewed-by: Gunnar Sletta
Diffstat (limited to 'src/openvg')
-rw-r--r--src/openvg/qpixmapdata_vg.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/openvg/qpixmapdata_vg.cpp b/src/openvg/qpixmapdata_vg.cpp
index fad5bb5..f462113 100644
--- a/src/openvg/qpixmapdata_vg.cpp
+++ b/src/openvg/qpixmapdata_vg.cpp
@@ -92,7 +92,6 @@ QVGPixmapData::~QVGPixmapData()
vgDestroyImage(vgImage);
if (vgImageOpacity != VG_INVALID_HANDLE)
vgDestroyImage(vgImageOpacity);
- } else {
#endif
}
#if !defined(QT_NO_EGL)