1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-06 03:32:09 +01:00

Keep DEPRECATED_AUDIO_CACHE compilable

This commit is contained in:
Paul Licameli
2020-03-14 15:03:03 -04:00
parent 76c3008759
commit c376557011

View File

@@ -131,8 +131,7 @@ void DirectoriesPrefs::PopulateOrExchange(ShuttleGui & S)
S.StartTwoColumn();
{
S.TieIntegerTextBox(XO("Mi&nimum Free Memory (MB):"),
wxT("/Directories/CacheLowMem"),
16,
{wxT("/Directories/CacheLowMem"), 16},
9);
}
S.EndTwoColumn();