summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorAnders Bakken <anders.bakken@nokia.com>2009-05-11 21:01:54 (GMT)
committerAnders Bakken <anders.bakken@nokia.com>2009-05-11 21:01:54 (GMT)
commit15e5a770635ca891bb3e0297fab130f7c1538655 (patch)
treea13b9d90faca31fffaf9508a4c2782b527a15fbb /src/plugins
parent5f135bd9ba053c0ef41df9fe5450c78460ad89d3 (diff)
downloadQt-15e5a770635ca891bb3e0297fab130f7c1538655.zip
Qt-15e5a770635ca891bb3e0297fab130f7c1538655.tar.gz
Qt-15e5a770635ca891bb3e0297fab130f7c1538655.tar.bz2
Remove unused variable
Reviewed-by: TrustMe
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.cpp b/src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.cpp
index 91a60e7..989a37a 100644
--- a/src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.cpp
+++ b/src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.cpp
@@ -275,7 +275,6 @@ private:
int lastLockedHeight;
IDirectFB *fb;
- DFBSurfaceDescription fbDescription;
int fbWidth;
int fbHeight;