diff options
| author | Rémi Verschelde | 2016-10-14 18:21:23 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-10-30 14:51:30 +0100 |
| commit | 846db0903807ce66d8e56d09e2fc154159e17ff2 (patch) | |
| tree | 6d142a22a569d63e8cca7582b99a6b94c0ed24af /platform/winrt/os_winrt.cpp | |
| parent | fae2863a5ef9c25945df1b2c6a0397c4853698ea (diff) | |
| download | godot-846db0903807ce66d8e56d09e2fc154159e17ff2.tar.gz godot-846db0903807ce66d8e56d09e2fc154159e17ff2.tar.zst godot-846db0903807ce66d8e56d09e2fc154159e17ff2.zip | |
Drop nedmalloc which is apparently not used anymore
(cherry picked from commit f63bf12193deaf9cae5b1d6c7289afc17a7de946)
Diffstat (limited to '')
| -rw-r--r-- | platform/winrt/os_winrt.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/winrt/os_winrt.cpp b/platform/winrt/os_winrt.cpp index f045f54bf..35eb1bb45 100644 --- a/platform/winrt/os_winrt.cpp +++ b/platform/winrt/os_winrt.cpp @@ -28,7 +28,6 @@ /*************************************************************************/ #include "drivers/gles2/rasterizer_gles2.h" #include "os_winrt.h" -#include "drivers/nedmalloc/memory_pool_static_nedmalloc.h" #include "drivers/unix/memory_pool_static_malloc.h" #include "os/memory_pool_dynamic_static.h" #include "thread_winrt.h" |
