summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-11 20:16:03 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-19 18:36:20 +0200
commitfe752bb67a2a43c49c3f1b6d25eb646b1f7d9847 (patch)
tree1dca78d86b906376d078f35b19a726290c36ceb0 /src
parent4b70bb3c271fc00a4e2246f31747a5020e72a9b2 (diff)
Lua: Remove dead "patches" code
Diffstat (limited to 'src')
-rw-r--r--src/cmd4.c1
-rw-r--r--src/files.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd4.c b/src/cmd4.c
index fd57a9b5..0c1d28a7 100644
--- a/src/cmd4.c
+++ b/src/cmd4.c
@@ -2810,7 +2810,6 @@ void do_cmd_version(void)
get_version_string(),
modules[game_module_idx].meta.author.name,
modules[game_module_idx].meta.author.email);
- call_lua("patchs_display", "()", "");
}
diff --git a/src/files.c b/src/files.c
index f860e809..10617f74 100644
--- a/src/files.c
+++ b/src/files.c
@@ -2618,7 +2618,6 @@ errr file_character(cptr name, bool_ full)
/* List the patches */
hook_file = fff;
- exec_lua("patchs_list()");
fprintf(fff, "\n\n [Miscellaneous information]\n");
if (joke_monsters)