summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-03-05 06:55:07 +0100
committerBardur Arantsson <bardur@scientician.net>2012-03-29 21:22:16 +0200
commit3b4cbce560800a5cf8326904d70623b6bb910241 (patch)
tree6e9ced18e3537a1f4eeb043a5111343ba40b3ced
parent13664a125f4304824268e1e5203ea72670a5c5ad (diff)
Remove unused Lua function dump_loadsave()
-rw-r--r--lib/core/load2.lua7
-rw-r--r--lib/mods/theme/core/load2.lua7
2 files changed, 0 insertions, 14 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()
diff --git a/lib/mods/theme/core/load2.lua b/lib/mods/theme/core/load2.lua
index 7ea432e9..7e151d91 100644
--- a/lib/mods/theme/core/load2.lua
+++ b/lib/mods/theme/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()