1
0
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:
mchinen
2011-04-21 21:51:56 +00:00
parent cd42c0a130
commit ee9e244b77
4 changed files with 34 additions and 5 deletions

View File

@@ -3727,6 +3727,12 @@ void AudacityProject::UpdateMixerBoard()
// Clipboard methods
//
//static
TrackList *AudacityProject::GetClipboardTracks()
{
return msClipboard;
}
//static
void AudacityProject::DeleteClipboard()
{