diff options
author | Bardur Arantsson <bardur@scientician.net> | 2012-04-11 17:55:32 +0200 |
---|---|---|
committer | Bardur Arantsson <bardur@scientician.net> | 2012-04-11 17:55:32 +0200 |
commit | 8c31b55cffc3d1d85b90126a9dd2ba6526723fcd (patch) | |
tree | 0a0522491486c02b19ff9a7437ce5d2fa41bc5da | |
parent | f802db8cbf123d07c8a373b0cfc4188de34f386e (diff) |
Lua: Remove empty gods.lua.
-rw-r--r-- | lib/core/gods.lua | 0 | ||||
-rw-r--r-- | lib/core/init.lua | 1 | ||||
-rw-r--r-- | lib/mods/theme/core/gods.lua | 0 | ||||
-rw-r--r-- | lib/mods/theme/core/init.lua | 1 |
4 files changed, 0 insertions, 2 deletions
diff --git a/lib/core/gods.lua b/lib/core/gods.lua deleted file mode 100644 index e69de29b..00000000 --- a/lib/core/gods.lua +++ /dev/null diff --git a/lib/core/init.lua b/lib/core/init.lua index d294adb4..35f820d3 100644 --- a/lib/core/init.lua +++ b/lib/core/init.lua @@ -17,7 +17,6 @@ tome_dofile_anywhere(ANGBAND_DIR_CORE, "monsters.lua") tome_dofile_anywhere(ANGBAND_DIR_CORE, "building.lua") tome_dofile_anywhere(ANGBAND_DIR_CORE, "dungeon.lua") tome_dofile_anywhere(ANGBAND_DIR_CORE, "s_aux.lua") -tome_dofile_anywhere(ANGBAND_DIR_CORE, "gods.lua") -- Load the ingame contextual help tome_dofile_anywhere(ANGBAND_DIR_CORE, "help.lua") diff --git a/lib/mods/theme/core/gods.lua b/lib/mods/theme/core/gods.lua deleted file mode 100644 index e69de29b..00000000 --- a/lib/mods/theme/core/gods.lua +++ /dev/null diff --git a/lib/mods/theme/core/init.lua b/lib/mods/theme/core/init.lua index d294adb4..35f820d3 100644 --- a/lib/mods/theme/core/init.lua +++ b/lib/mods/theme/core/init.lua @@ -17,7 +17,6 @@ tome_dofile_anywhere(ANGBAND_DIR_CORE, "monsters.lua") tome_dofile_anywhere(ANGBAND_DIR_CORE, "building.lua") tome_dofile_anywhere(ANGBAND_DIR_CORE, "dungeon.lua") tome_dofile_anywhere(ANGBAND_DIR_CORE, "s_aux.lua") -tome_dofile_anywhere(ANGBAND_DIR_CORE, "gods.lua") -- Load the ingame contextual help tome_dofile_anywhere(ANGBAND_DIR_CORE, "help.lua") |