From 6cf6bc2f667ea229d3864a8767982bdecab7b146 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 13 Aug 2020 10:46:51 +0000 Subject: coding style fixes git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9472 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlisttrack.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/qmmpui/playlisttrack.cpp') 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() -- cgit v1.2.3-13-gbd6f