Removes removeNullsFromList, cause it doesn't work.

This commit is contained in:
Putnam
2020-09-24 01:15:22 -07:00
parent 0e867f37e6
commit 6f6e330984
3 changed files with 2 additions and 8 deletions
-6
View File
@@ -553,12 +553,6 @@
if(D.vars[varname] == value)
return D
//remove all nulls from a list
/proc/removeNullsFromList(list/L)
while(L.Remove(null))
continue
return L
//Copies a list, and all lists inside it recusively
//Does not copy any other reference type
/proc/deepCopyList(list/l)