summaryrefslogtreecommitdiffstats
path: root/src/plugins/graphicssystems
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2010-01-06 11:31:57 (GMT)
committerJeremy Katz <jeremy.katz@nokia.com>2010-01-06 11:31:57 (GMT)
commitb5a1c9ba094c07c22be2d0e9896dbbafdfca5930 (patch)
treee59bf2e7343f3ddf107cef43ca1e87b2b77dc611 /src/plugins/graphicssystems
parenta50574975b408b1de58c9822a5b6c48a094e8013 (diff)
downloadQt-b5a1c9ba094c07c22be2d0e9896dbbafdfca5930.zip
Qt-b5a1c9ba094c07c22be2d0e9896dbbafdfca5930.tar.gz
Qt-b5a1c9ba094c07c22be2d0e9896dbbafdfca5930.tar.bz2
removed an unnecessary call to QDirectFbConvenience::dfbInterface()
Diffstat (limited to 'src/plugins/graphicssystems')
-rw-r--r--src/plugins/graphicssystems/minimaldfb/qdirectfbcursor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/graphicssystems/minimaldfb/qdirectfbcursor.cpp b/src/plugins/graphicssystems/minimaldfb/qdirectfbcursor.cpp
index 50c0622..074fc5a 100644
--- a/src/plugins/graphicssystems/minimaldfb/qdirectfbcursor.cpp
+++ b/src/plugins/graphicssystems/minimaldfb/qdirectfbcursor.cpp
@@ -33,7 +33,6 @@ void QDirectFBCursor::changeCursor(QCursor * cursor, QWidget * widget)
surfaceDesc.height = map.height();
surfaceDesc.flags = DFBSurfaceDescriptionFlags(DSDESC_WIDTH | DSDESC_HEIGHT);
- IDirectFB *dfb = QDirectFbConvenience::dfbInterface();
QDirectFbConvenience::dfbInterface()->CreateSurface(QDirectFbConvenience::dfbInterface(), &surfaceDesc, &surface);
blitter = new QDirectFbBlitter(imageRect, surface);