mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-27 15:08:39 +01:00
Bug 388 - Mac: Recording Preferences has an unsupported "Hardware Playthrough" option
This commit is contained in:
@@ -79,7 +79,9 @@ void RecordingPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
true);
|
||||
#endif
|
||||
|
||||
#if defined(__WXMAC__)
|
||||
//#if defined(__WXMAC__)
|
||||
// Bug 388. Feature not supported on any Mac Hardware.
|
||||
#if 0
|
||||
S.TieCheckBox(_("&Hardware Playthrough of input"),
|
||||
wxT("/AudioIO/Playthrough"),
|
||||
false);
|
||||
|
||||
Reference in New Issue
Block a user