diff options
author | Anders Bakken <anders.bakken@nokia.com> | 2009-08-26 19:19:04 (GMT) |
---|---|---|
committer | Anders Bakken <anders.bakken@nokia.com> | 2009-08-26 19:19:04 (GMT) |
commit | 900c3368404f418c444a9781ed52f7b681ab7076 (patch) | |
tree | 90e8d2c907764df8bde28ca0b7113f08102e99fe /src/plugins/gfxdrivers/directfb/qdirectfbwindowsurface.h | |
parent | bf6a3925109ea55b57633d02fc752344d55a9fae (diff) | |
download | Qt-900c3368404f418c444a9781ed52f7b681ab7076.zip Qt-900c3368404f418c444a9781ed52f7b681ab7076.tar.gz Qt-900c3368404f418c444a9781ed52f7b681ab7076.tar.bz2 |
Remove bufferImage stuff from dfbwindowsurface
Neither grabWidget nor buffer is ever called from Qt and they're not
public API
Reviewed-by: Donald Carr <donald.carr@nokia.com>
Diffstat (limited to 'src/plugins/gfxdrivers/directfb/qdirectfbwindowsurface.h')
-rw-r--r-- | src/plugins/gfxdrivers/directfb/qdirectfbwindowsurface.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/gfxdrivers/directfb/qdirectfbwindowsurface.h b/src/plugins/gfxdrivers/directfb/qdirectfbwindowsurface.h index 707561b..dafc478 100644 --- a/src/plugins/gfxdrivers/directfb/qdirectfbwindowsurface.h +++ b/src/plugins/gfxdrivers/directfb/qdirectfbwindowsurface.h @@ -88,7 +88,6 @@ public: void beginPaint(const QRegion &); void endPaint(const QRegion &); - QImage *buffer(const QWidget *widget); IDirectFBSurface *surfaceForWidget(const QWidget *widget, QRect *rect) const; private: void updateFormat(); @@ -105,7 +104,6 @@ private: } mode; #endif - QList<QImage*> bufferImages; DFBSurfaceFlipFlags flipFlags; bool boundingRectFlip; #ifdef QT_DIRECTFB_TIMING |