diff options
Diffstat (limited to 'core/context.h')
-rw-r--r-- | core/context.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/context.h b/core/context.h index d2e6b546..4e3ea195 100644 --- a/core/context.h +++ b/core/context.h @@ -40,17 +40,6 @@ enum class DistanceModel : unsigned char { }; -struct WetBuffer { - bool mInUse; - al::FlexArray<FloatBufferLine, 16> mBuffer; - - WetBuffer(size_t count) : mBuffer{count} { } - - DEF_FAM_NEWDEL(WetBuffer, mBuffer) -}; -using WetBufferPtr = std::unique_ptr<WetBuffer>; - - struct ContextProps { std::array<float,3> Position; std::array<float,3> Velocity; |