summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpixmap.h
diff options
context:
space:
mode:
authorRichard Moore <rich@kde.org>2012-02-19 16:31:39 +0000
committerQt by Nokia <qt-info@nokia.com>2012-02-20 09:36:51 +0100
commitad1a0138789041f4cb7083ea68168a4b9316dd99 (patch)
tree5c40f84eb56723a9fefc8ff538e22e418d3c4215 /src/gui/image/qpixmap.h
parentc66bb51a7551fc67290761e0ef9de1137ad07fd0 (diff)
Remove dead method.
Fix Qt 5 TODO Change-Id: I9a12cc07ebc7c039bbeb53922b0539f177b226f8 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/gui/image/qpixmap.h')
-rw-r--r--src/gui/image/qpixmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/image/qpixmap.h b/src/gui/image/qpixmap.h
index de76321f0a..27bfe15688 100644
--- a/src/gui/image/qpixmap.h
+++ b/src/gui/image/qpixmap.h
@@ -174,7 +174,6 @@ private:
QPixmap(const QSize &s, int type);
void doInit(int, int, int);
- void deref();
Q_DUMMY_COMPARISON_OPERATOR(QPixmap)
friend class QPlatformPixmap;
friend class QBitmap;