mpviewplugins/mpdetailsviewplugin/src/mpsongdata.cpp
changeset 25 3ec52facab4d
parent 20 82baf59ce8dd
--- a/mpviewplugins/mpdetailsviewplugin/src/mpsongdata.cpp	Mon May 03 12:29:20 2010 +0300
+++ b/mpviewplugins/mpdetailsviewplugin/src/mpsongdata.cpp	Fri May 14 15:49:53 2010 +0300
@@ -61,13 +61,6 @@
  */
 MpSongData::MpSongData( QObject *parent )
     : QObject( parent ),
-      mTitle( NULL ),
-      mAlbum( NULL ),
-      mArtist( NULL ),
-      mComposer( NULL),
-      mGenre( NULL ),
-      mYear( NULL ),
-      mAlbumTrack( NULL ),
       mAlbumArt(),
       mReqId( KUndefined )
 {