From ef628a0a9dbbd3b60b9ce8d355939e6b3958edab Mon Sep 17 00:00:00 2001 From: Sepehr Taghdisian Date: Sat, 16 Aug 2014 13:35:44 +0430 Subject: [PATCH] argh, removed redundent defines --- imgui.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/imgui.cpp b/imgui.cpp index b7c135cc..a0f27d0c 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 //-------------------------------------------------------------------------