Skip to content

Commit 820c56c

Browse files
author
Tim
committed
Remove comments from previous commit
1 parent 27c5064 commit 820c56c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/muse/app.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -3367,9 +3367,6 @@ void MusE::startListEditor(bool newwin)
33673367

33683368
void MusE::startListEditor(MusECore::PartList* pl, bool newwin)
33693369
{
3370-
// REMOVE Tim. list. Removed.
3371-
// pl->erase(++pl->begin(), pl->end());
3372-
33733370
if (!newwin && findOpenListEditor(pl))
33743371
return;
33753372

@@ -3422,9 +3419,6 @@ MusEGui::ListEdit* MusE::findOpenListEditor(MusECore::PartList* pl) {
34223419
MusEGui::ListEdit* le = static_cast<MusEGui::ListEdit*>(d->widget());
34233420
const MusECore::PartList* pl_tmp = le->parts();
34243421

3425-
// REMOVE Tim. list. Changed.
3426-
// if (pl->begin()->second->uuid() != pl_tmp->begin()->second->uuid())
3427-
// continue;
34283422
bool found = false;
34293423
for(MusECore::ciPart ip_tmp = pl_tmp->cbegin(); ip_tmp != pl_tmp->cend(); ++ip_tmp)
34303424
{

0 commit comments

Comments
 (0)