mpviewplugins/mpdetailsviewplugin/src/mpsongdata.cpp
changeset 34 2c5162224003
parent 20 82baf59ce8dd
--- a/mpviewplugins/mpdetailsviewplugin/src/mpsongdata.cpp	Mon May 03 12:29:20 2010 +0300
+++ b/mpviewplugins/mpdetailsviewplugin/src/mpsongdata.cpp	Fri Apr 30 19:33:32 2010 -0500
@@ -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 )
 {