summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineNextGenBase
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngineNextGenBase')
-rw-r--r--Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h b/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h
index 6c3dcbc7..7f19dea6 100644
--- a/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h
+++ b/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h
@@ -94,7 +94,6 @@ class MasterBlockListBasedManager
public:
using OffsetType = VariableSizeAllocationsManager::OffsetType;
using MasterBlock = VariableSizeAllocationsManager::Allocation;
- static constexpr const OffsetType InvalidOffset = VariableSizeAllocationsManager::InvalidOffset;
MasterBlockListBasedManager(IMemoryAllocator& Allocator,
Uint32 Size) :