diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-10-14 18:21:23 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-10-14 18:21:23 +0200 |
commit | f63bf12193deaf9cae5b1d6c7289afc17a7de946 (patch) | |
tree | e0be9be96c47e96d0370acdf00c34a15e4b23053 /drivers/SCsub | |
parent | 292132ef6b4a909e320e74170037c8c591ffeea4 (diff) |
Drop nedmalloc which is apparently not used anymore
Diffstat (limited to 'drivers/SCsub')
-rw-r--r-- | drivers/SCsub | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/SCsub b/drivers/SCsub index 18ca8575fa..5d3c071296 100644 --- a/drivers/SCsub +++ b/drivers/SCsub @@ -40,7 +40,6 @@ if (env["builtin_zlib"]=="yes"): SConscript("builtin_zlib/SCsub"); SConscript("rtaudio/SCsub"); -SConscript("nedmalloc/SCsub"); SConscript("nrex/SCsub"); SConscript("chibi/SCsub"); if (env["vorbis"]=="yes" or env["theoralib"]=="yes" or env["opus"]=="yes"): |