]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/src/scaled_bitmap.cpp
Qt: iconView delegate: encode PLModel::IsCurrent(QModelIndex) into cache key
[vlc] / modules / gui / skins2 / src / scaled_bitmap.cpp
index 576c96f12c2ca1598dc4c965e7273635dbc3ee11..049139936f4390ef32dd21a84c6062e6d654f14c 100644 (file)
@@ -104,9 +104,6 @@ ScaledBitmap::ScaledBitmap( intf_thread_t *pIntf, const GenericBitmap &rBitmap,
 
 ScaledBitmap::~ScaledBitmap()
 {
-    if( m_pData )
-    {
-        delete[] m_pData;
-    }
+    delete[] m_pData;
 }