Commit 820c56c Tim
committed
1 parent 27c5064 commit 820c56c Copy full SHA for 820c56c
File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -3367,9 +3367,6 @@ void MusE::startListEditor(bool newwin)
3367
3367
3368
3368
void MusE::startListEditor (MusECore::PartList* pl, bool newwin)
3369
3369
{
3370
- // REMOVE Tim. list. Removed.
3371
- // pl->erase(++pl->begin(), pl->end());
3372
-
3373
3370
if (!newwin && findOpenListEditor (pl))
3374
3371
return ;
3375
3372
@@ -3422,9 +3419,6 @@ MusEGui::ListEdit* MusE::findOpenListEditor(MusECore::PartList* pl) {
3422
3419
MusEGui::ListEdit* le = static_cast <MusEGui::ListEdit*>(d->widget ());
3423
3420
const MusECore::PartList* pl_tmp = le->parts ();
3424
3421
3425
- // REMOVE Tim. list. Changed.
3426
- // if (pl->begin()->second->uuid() != pl_tmp->begin()->second->uuid())
3427
- // continue;
3428
3422
bool found = false ;
3429
3423
for (MusECore::ciPart ip_tmp = pl_tmp->cbegin (); ip_tmp != pl_tmp->cend (); ++ip_tmp)
3430
3424
{
You can’t perform that action at this time.
0 commit comments