From aa7fc37b37dd0181b88971b661b89f9831a1d973 Mon Sep 17 00:00:00 2001 From: Sepehr Taghdisian Date: Mon, 18 Aug 2014 16:19:11 +0430 Subject: [PATCH] removed malloc/free proxy fwd declares --- imgui.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/imgui.h b/imgui.h index c4fe0ffa..d297a408 100644 --- a/imgui.h +++ b/imgui.h @@ -60,10 +60,6 @@ struct ImVec4 // this implementation does NOT call c++ constructors! we don't need them! also only provide the minimum functionalities we need. #ifndef ImVector -// Forward declarations for Malloc/Free proxies -void* ImGui_ProxyMalloc(size_t size); -void ImGui_ProxyFree(void *ptr); - template class ImVector {