1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-13 22:21:11 +02:00

Remove non-UI functions in TrackPanelListener

This commit is contained in:
Paul Licameli
2019-01-25 15:53:09 -05:00
parent 485a9bbb58
commit 71adb89342
6 changed files with 7 additions and 37 deletions

View File

@@ -440,7 +440,7 @@ void LOFImportFileHandle::lofOpenFiles(wxString* ln)
}
// Amend the undo transaction made by import
mProject->TP_ModifyState(false);
mProject->ModifyState(false);
} // end of converting "offset" argument
else
{
@@ -484,7 +484,7 @@ void LOFImportFileHandle::doDurationAndScrollOffset()
if (doSomething)
// Amend last undo state
mProject->TP_ModifyState(false);
mProject->ModifyState(false);
}
LOFImportFileHandle::~LOFImportFileHandle()