From affc3f8720ab7b336fa3dbe2e1938182c2552a3f Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 29 Aug 2013 11:16:17 +0000 Subject: removed useless code git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3673 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmodel.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/qmmpui/playlistmodel.cpp') diff --git a/src/qmmpui/playlistmodel.cpp b/src/qmmpui/playlistmodel.cpp index 2646b71ed..66955f6b9 100644 --- a/src/qmmpui/playlistmodel.cpp +++ b/src/qmmpui/playlistmodel.cpp @@ -530,7 +530,6 @@ int PlayListModel::bottommostInSelection(int row) const SimpleSelection& PlayListModel::getSelection(int row) { m_selection.m_top = topmostInSelection(row); - m_selection.m_anchor = row; m_selection.m_bottom = bottommostInSelection(row); m_selection.m_selected_indexes = selectedIndexes(); return m_selection; -- cgit v1.2.3-13-gbd6f