1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-04 15:50:10 +01:00

just some cleanups on FIXMEs and unused method parameters

This commit is contained in:
v.audacity
2013-08-31 05:57:48 +00:00
parent 884dfaa652
commit cc876ce7be
11 changed files with 18 additions and 103 deletions

View File

@@ -856,7 +856,8 @@ wxFileName DirManager::MakeBlockFileName()
}else break;
}
}
// FIXME: Might we get here without midkey having been set?
// FIXME: Might we get here without midkey having been set?
// Seemed like a possible problem in these changes in .aup directory hierarchy.
BalanceFileAdd(midkey);
return ret;
}