Remove the datum pool (#2873)

Removes the datum pool.

New-qdel is faster than pooling, and we didn't use it anyways.
This commit is contained in:
Lohikar
2017-06-30 13:10:14 +03:00
committed by skull132
parent cf7359e03e
commit 27251ee9ee
9 changed files with 1 additions and 196 deletions
-5
View File
@@ -33,11 +33,6 @@
expansions = null
return ..()
/obj/resetVariables(var/list/exclude = list())
exclude += "expansions"
..(exclude)
//expansions = list()
/obj/proc/set_expansion(var/type, var/instance)
LAZYINITLIST(expansions)
if(expansions[type])