diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-10-13 10:12:03 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-10-13 10:12:58 (GMT) |
commit | 022fbe63eff2b6ddfba289b92bc52337defcb82f (patch) | |
tree | 74705e1c19bc2236a9f9f6746f0ae51fbd2f4531 /src/gui/image | |
parent | 6b8ac349b9a477863a8c8388dcc0658f3284bc54 (diff) | |
download | Qt-022fbe63eff2b6ddfba289b92bc52337defcb82f.zip Qt-022fbe63eff2b6ddfba289b92bc52337defcb82f.tar.gz Qt-022fbe63eff2b6ddfba289b92bc52337defcb82f.tar.bz2 |
Revert "Fixed a few compiler warnings from QtGui for Symbian."
Accidentally used git commit -a when should have used only git commit :(
This reverts commit 9c6e466dc09813dd4a641b2cf385f35ac99346f5.
Diffstat (limited to 'src/gui/image')
-rw-r--r-- | src/gui/image/qpixmap_s60.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/image/qpixmap_s60.cpp b/src/gui/image/qpixmap_s60.cpp index 9ae8d72..554c0f3 100644 --- a/src/gui/image/qpixmap_s60.cpp +++ b/src/gui/image/qpixmap_s60.cpp @@ -716,8 +716,6 @@ void QS60PixmapData::beginDataAccess() void QS60PixmapData::endDataAccess(bool readOnly) const { - Q_UNUSED(readOnly); - if(!cfbsBitmap) return; |