Преглед на файлове

removed malloc/free proxy fwd declares

Sepehr Taghdisian преди 11 години
родител
ревизия
aa7fc37b37
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      imgui.h

+ 0 - 4
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<typename T>
 class ImVector
 {