summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-11-14 22:57:05 +0100
committerCarl Hetherington <cth@carlh.net>2022-11-14 22:57:05 +0100
commit934e2255d7555a44309ec8119eafbf1783a2125f (patch)
tree1df9e334c129ec20dccd5b6b1daf308a4d4dcf24 /src
parentf377e04c160392fc1d5764846c40740f2092c212 (diff)
fixup! Add AudioAPI and some related methods.2363-asio-take2
Diffstat (limited to 'src')
-rw-r--r--src/wx/audio_api.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/audio_api.cc b/src/wx/audio_api.cc
index 7c2c94b51..47a5b1a89 100644
--- a/src/wx/audio_api.cc
+++ b/src/wx/audio_api.cc
@@ -42,7 +42,6 @@ audio_apis()
{
#ifdef DCPOMATIC_WINDOWS
return { wasapi, asio };
- };
#endif
#ifdef DCPOMATIC_LINUX
return { pulse, alsa };