summaryrefslogtreecommitdiff
path: root/src/lua_bind.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua_bind.c')
-rw-r--r--src/lua_bind.c32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/lua_bind.c b/src/lua_bind.c
index fa88a7c1..ca65cffd 100644
--- a/src/lua_bind.c
+++ b/src/lua_bind.c
@@ -589,38 +589,6 @@ int get_lua_int(cptr name)
return exec_lua(format("return %s", name));
}
-static int get_god_theme(cptr name)
-{
- if (game_module_idx == MODULE_THEME)
- {
- return exec_lua(format("return GOD_%s", name));
- }
- else
- {
- return -1;
- }
-}
-
-s16b get_god_AULE()
-{
- return get_god_theme("AULE");
-}
-
-s16b get_god_MANDOS()
-{
- return get_god_theme("MANDOS");
-}
-
-s16b get_god_VARDA()
-{
- return get_god_theme("VARDA");
-}
-
-s16b get_god_ULMO()
-{
- return get_god_theme("ULMO");
-}
-
/*
* Returns the direction of the compass that y2, x2 is from y, x
* the return value will be one of the following: north, south,