1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Revert "Add path to allow testing locales when using cmake"

This reverts commit e48dbd94f9.

There is a pure CMake way of handling this one...
This commit is contained in:
Leland Lucius
2020-06-01 17:19:55 -05:00
parent e48dbd94f9
commit 7a08ef3860

View File

@@ -1180,10 +1180,6 @@ bool AudacityApp::OnInit()
audacityPathList);
#endif //AUDACITY_NAME
FileNames::AddUniquePathToPathList(wxString::Format(wxT("%s/locale"),
progPath),
audacityPathList);
FileNames::AddUniquePathToPathList(wxString::Format(wxT("%s/share/locale"),
wxT(INSTALL_PREFIX)),
audacityPathList);