summaryrefslogtreecommitdiff
path: root/lib/core
diff options
context:
space:
mode:
Diffstat (limited to 'lib/core')
-rw-r--r--lib/core/load2.lua7
1 files changed, 0 insertions, 7 deletions
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()