mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-10 05:30:01 +01:00
Bug 137 (P2) - fix false positive detection of orphaned files that belong to the clipboard (triggered by cut commands)
This commit is contained in:
@@ -3727,6 +3727,12 @@ void AudacityProject::UpdateMixerBoard()
|
||||
// Clipboard methods
|
||||
//
|
||||
|
||||
//static
|
||||
TrackList *AudacityProject::GetClipboardTracks()
|
||||
{
|
||||
return msClipboard;
|
||||
}
|
||||
|
||||
//static
|
||||
void AudacityProject::DeleteClipboard()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user