From dd1617ae2862cea5f2c27a1c6d3e3859655a040f Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 12 Dec 2020 19:10:41 +0000 Subject: improved code style git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9585 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistitem.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/qmmpui/playlistitem.cpp') diff --git a/src/qmmpui/playlistitem.cpp b/src/qmmpui/playlistitem.cpp index f9c29ce29..5fb5d0965 100644 --- a/src/qmmpui/playlistitem.cpp +++ b/src/qmmpui/playlistitem.cpp @@ -23,9 +23,7 @@ #include "playlistitem.h" PlayListItem::PlayListItem() -{ - m_selected = false; -} +{} PlayListItem::~PlayListItem() {} -- cgit v1.2.3-13-gbd6f