diff options
author | Chris Robinson <[email protected]> | 2022-07-05 09:27:20 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-07-05 09:27:44 -0700 |
commit | 74b2e3b349ac42186a6359ee766482fb4283a331 (patch) | |
tree | b37ecb1489a01d7f5ab3df015892abd749431cc6 /alc/context.h | |
parent | 3ac78307ec0d6d1cfc7fa1848101faa9c0afc34f (diff) |
Remove an unused struct
And minor formatting cleanup
Diffstat (limited to 'alc/context.h')
-rw-r--r-- | alc/context.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/alc/context.h b/alc/context.h index 2290839e..d30ee360 100644 --- a/alc/context.h +++ b/alc/context.h @@ -28,8 +28,7 @@ using ContextDirtyFlagsValue = std::uint_least8_t; -struct ContextDirtyFlags -{ +struct ContextDirtyFlags { using EaxIsBitFieldStruct = bool; ContextDirtyFlagsValue guidPrimaryFXSlotID : 1; @@ -38,13 +37,6 @@ struct ContextDirtyFlags ContextDirtyFlagsValue flHFReference : 1; ContextDirtyFlagsValue flMacroFXFactor : 1; }; // ContextDirtyFlags - - -struct EaxAlIsExtensionPresentResult -{ - ALboolean is_present; - bool is_return; -}; // EaxAlIsExtensionPresentResult #endif // ALSOFT_EAX struct ALeffect; |