diff --git a/code/modules/client/stored_item.dm b/code/modules/client/stored_item.dm index 0553dc8dd1..43424e7f9d 100644 --- a/code/modules/client/stored_item.dm +++ b/code/modules/client/stored_item.dm @@ -24,11 +24,6 @@ return 1 -// loads the savefile corresponding to the mob's ckey -// if silent=true, report incompatible savefiles -// returns 1 if loaded (or file was incompatible) -// returns 0 if savefile did not exist - /obj/machinery/item_bank/proc/persist_item_savefile_load(mob/user, thing) if (IsGuestKey(user.key)) return 0