From e5dba60fab4139bbd1eaf147d894183aa4620192 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 17 Apr 2020 22:17:57 +0200 Subject: [PATCH] Remove song_id and artist_id from initialization list --- src/core/song.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/song.cpp b/src/core/song.cpp index 1155a9fcf..7553ff11b 100644 --- a/src/core/song.cpp +++ b/src/core/song.cpp @@ -235,9 +235,6 @@ Song::Private::Private(Song::Source source) originalyear_(-1), compilation_(false), - artist_id_(-1), - song_id_(-1), - beginning_(0), end_(-1),