diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-12 01:02:29 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-12 01:02:29 +0200 |
| commit | 3df23eae84a449e3ddf565acffeb78e572ec9f61 (patch) | |
| tree | adb63a2cfa659a66c38a5671f48e6aec61d4d68b | |
| parent | 87bb0c4dfe0da21d7d091aee5eda99d78190bd42 (diff) | |
Remove unused AudioBackend::rtaudio().more-abstract2
| -rw-r--r-- | src/wx/audio_backend.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wx/audio_backend.h b/src/wx/audio_backend.h index 7f618e6fb..842156a71 100644 --- a/src/wx/audio_backend.h +++ b/src/wx/audio_backend.h @@ -37,10 +37,6 @@ public: AudioBackend(AudioBackend const&) = delete; AudioBackend& operator=(AudioBackend const&) = delete; - RtAudio& rtaudio() { - return _rtaudio; - } - std::vector<std::string> device_names(); boost::optional<std::string> default_device_name(); boost::optional<int> device_channels(std::string name); |
