diff --git a/imgui.cpp b/imgui.cpp index b7c135cc6..a0f27d0cd 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -169,10 +169,6 @@ #include -// Block sizes for each memory. Don't really know about the optimized values -#define DRAWLIST_BLOCK_SIZE 128 -#define GUIWINDOW_BLOCK_SIZE 64 - //------------------------------------------------------------------------- // Forward Declarations //-------------------------------------------------------------------------