diff options
author | Chris Robinson <[email protected]> | 2020-06-12 11:58:41 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-06-12 12:53:47 -0700 |
commit | 6ce9bf6c9441503bc7e7c3451f0954cbdfbeb6ab (patch) | |
tree | 51731fdc32751dd82dfcfc9fd23768e075e54e92 /alc/alcmain.h | |
parent | 26eccd159f0256d92ffdb8bdc9dee0bf3e73be57 (diff) |
Move a couple related functions to the backend base
Diffstat (limited to 'alc/alcmain.h')
-rw-r--r-- | alc/alcmain.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/alc/alcmain.h b/alc/alcmain.h index c577551b..a05cc511 100644 --- a/alc/alcmain.h +++ b/alc/alcmain.h @@ -366,11 +366,6 @@ struct ALCdevice : public al::intrusive_ref<ALCdevice> { extern int RTPrioLevel; void SetRTPriority(void); -/** Sets the default channel order used by most non-WaveFormatEx-based APIs. */ -void SetDefaultChannelOrder(ALCdevice *device); -/** Sets the default channel order used by WaveFormatEx. */ -void SetDefaultWFXChannelOrder(ALCdevice *device); - const ALCchar *DevFmtTypeString(DevFmtType type) noexcept; const ALCchar *DevFmtChannelsString(DevFmtChannels chans) noexcept; |