diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-26 11:47:24 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-26 11:47:24 +0200 |
| commit | 95abcc7d18997c1391423d15506bf03ab20997e6 (patch) | |
| tree | 64fc82bdb7b45275436e1216d81847087ffb1788 /src/wx/wx_util.h | |
| parent | 4d721e683b584fe48e7905e44ab3da23afe76145 (diff) | |
| parent | 98b7a493933a5a47c6e1abb21ef2710ad2730a0e (diff) | |
Merge branch 'main' into v2.17.x
Diffstat (limited to 'src/wx/wx_util.h')
| -rw-r--r-- | src/wx/wx_util.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index db1b3ae0c..04d43e38d 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -87,16 +87,6 @@ class PasswordEntry; #define DCPOMATIC_BUTTON_STACK_GAP 0 #endif -#ifdef DCPOMATIC_LINUX -#define DCPOMATIC_RTAUDIO_API RtAudio::LINUX_PULSE -#endif -#ifdef DCPOMATIC_WINDOWS -#define DCPOMATIC_RTAUDIO_API RtAudio::UNSPECIFIED -#endif -#ifdef DCPOMATIC_OSX -#define DCPOMATIC_RTAUDIO_API RtAudio::MACOSX_CORE -#endif - /** i18n macro to support strings like Context|String * so that `String' can be translated to different things |
