diff options
author | Jani Hautakangas <ext-jani.hautakangas@nokia.com> | 2010-09-07 19:37:59 (GMT) |
---|---|---|
committer | Jani Hautakangas <ext-jani.hautakangas@nokia.com> | 2010-09-07 19:37:59 (GMT) |
commit | 12d8ce6f03db8a577271ac042cd310a25dde0c21 (patch) | |
tree | eb7b4f0194ef51a993e4536684d19ee29b7786f3 | |
parent | c997a4ff5d83c8f41f5ed7d8c44dfbe61c67b486 (diff) | |
download | Qt-12d8ce6f03db8a577271ac042cd310a25dde0c21.zip Qt-12d8ce6f03db8a577271ac042cd310a25dde0c21.tar.gz Qt-12d8ce6f03db8a577271ac042cd310a25dde0c21.tar.bz2 |
Remove unnecessary function declarations from qpixmap_s60_p.h
Reviewed-by: TRUSTME
-rw-r--r-- | src/gui/image/qpixmap_s60_p.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/image/qpixmap_s60_p.h b/src/gui/image/qpixmap_s60_p.h index 12885ec..42cc830 100644 --- a/src/gui/image/qpixmap_s60_p.h +++ b/src/gui/image/qpixmap_s60_p.h @@ -63,11 +63,6 @@ class CFbsBitGc; class QSymbianBitmapDataAccess; -class QS60PixmapData; -void qt_symbian_register_pixmap(QS60PixmapData *pd); -void qt_symbian_unregister_pixmap(QS60PixmapData *pd); -void qt_symbian_release_pixmaps(); - class QSymbianFbsHeapLock { public: |