diff options
author | Jeremy Katz <jeremy.katz@nokia.com> | 2010-01-06 11:31:57 (GMT) |
---|---|---|
committer | Jeremy Katz <jeremy.katz@nokia.com> | 2010-01-06 11:31:57 (GMT) |
commit | b5a1c9ba094c07c22be2d0e9896dbbafdfca5930 (patch) | |
tree | e59bf2e7343f3ddf107cef43ca1e87b2b77dc611 /src/plugins/graphicssystems | |
parent | a50574975b408b1de58c9822a5b6c48a094e8013 (diff) | |
download | Qt-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.cpp | 1 |
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); |