diff options
Diffstat (limited to 'src/qmmpui/playlisttrack.cpp')
| -rw-r--r-- | src/qmmpui/playlisttrack.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/qmmpui/playlisttrack.cpp b/src/qmmpui/playlisttrack.cpp index d44a3cd7b..0f89314e6 100644 --- a/src/qmmpui/playlisttrack.cpp +++ b/src/qmmpui/playlisttrack.cpp @@ -26,21 +26,15 @@ PlayListTrack::PlayListTrack() : TrackInfo(), PlayListItem() { - m_track_index = -1; m_settings = QmmpUiSettings::instance(); m_helper = MetaDataHelper::instance(); - m_refCount = 0; - m_sheduledForDeletion = false; } PlayListTrack::PlayListTrack(const PlayListTrack &other) : TrackInfo(other), PlayListItem() { - m_track_index = -1; m_settings = QmmpUiSettings::instance(); m_helper = MetaDataHelper::instance(); - m_refCount = 0; - m_sheduledForDeletion = false; m_formattedTitles = other.m_formattedTitles; m_group = other.m_group; @@ -54,11 +48,8 @@ PlayListTrack::PlayListTrack(const PlayListTrack &other) : TrackInfo(other), PlayListTrack::PlayListTrack(TrackInfo *info) : TrackInfo(*info), PlayListItem() { - m_track_index = -1; m_settings = QmmpUiSettings::instance(); m_helper = MetaDataHelper::instance(); - m_refCount = 0; - m_sheduledForDeletion = false; } PlayListTrack::~PlayListTrack() |
