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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user