Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Jan 27, 2015
1 parent 757e50e commit f35fe71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mvcp/meltedplaylistmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ void MeltedPlaylistModel::refresh()
void MeltedPlaylistModel::onUnitChanged(quint8 unit)
{
m_unit = unit;
bool update = m_list;
beginResetModel();
mvcp_list_close(m_list);
m_list = 0;
Expand Down

0 comments on commit f35fe71

Please sign in to comment.