Cleaning out old unused code.

This commit is contained in:
ZomgPonies
2014-07-13 08:10:44 -04:00
parent 044399e6f0
commit 76276ace29
8 changed files with 6 additions and 179 deletions
-1
View File
@@ -60,7 +60,6 @@ var/list/admin_ranks = list() //list of all ranks with associated rights
//clear the datums references
admin_datums.Cut()
for(var/client/C in admins)
C.remove_admin_verbs()
C.holder = null
admins.Cut()