From 3b4cbce560800a5cf8326904d70623b6bb910241 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 5 Mar 2012 06:55:07 +0100 Subject: Remove unused Lua function dump_loadsave() --- lib/core/load2.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/core') diff --git a/lib/core/load2.lua b/lib/core/load2.lua index 7ea432e9..7e151d91 100644 --- a/lib/core/load2.lua +++ b/lib/core/load2.lua @@ -12,13 +12,6 @@ function __savefile_load(key, val) end end -function dump_loadsave() - local k, e - for k, e in __loadsave_name do - msg_print(k.." :: ".. e.name.." ["..e.default.."]") - end -end - -- called when the game is saved, can only save numbers -- assosiate a key with them to allow the loading code to recognize them function __savefile_save() -- cgit v1.2.3