Remove dead method.
authorRichard Moore <rich@kde.org>
Sun, 19 Feb 2012 16:31:39 +0000 (16:31 +0000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 20 Feb 2012 08:36:51 +0000 (09:36 +0100)
Fix Qt 5 TODO

Change-Id: I9a12cc07ebc7c039bbeb53922b0539f177b226f8
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/gui/image/qpixmap.cpp
src/gui/image/qpixmap.h

index 16945ed..e8c1304 100644 (file)
@@ -1003,14 +1003,6 @@ bool QPixmap::isDetached() const
     return data && data->ref.load() == 1;
 }
 
-/*! \internal
-  ### Qt5 - remove me.
-*/
-void QPixmap::deref()
-{
-    Q_ASSERT_X(false, "QPixmap::deref()", "Do not call this function anymore!");
-}
-
 /*!
     Replaces this pixmap's data with the given \a image using the
     specified \a flags to control the conversion.  The \a flags
index de76321..27bfe15 100644 (file)
@@ -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;