summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-09 17:59:12 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-09 18:15:22 +0200
commit4d77bc8053e1fda66f1e3f805f0a2cb74fba6201 (patch)
treef821a9683b94bfdcfaf14762372d5d096c5c6e71 /src
parent465063bdf50bdf30b110bb2c37ab114fb68e4662 (diff)
Lua: Remove Lua help code
Diffstat (limited to 'src')
-rw-r--r--src/util.pkg6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/util.pkg b/src/util.pkg
index cb49a3e3..4e3b6117 100644
--- a/src/util.pkg
+++ b/src/util.pkg
@@ -2120,12 +2120,6 @@ extern void load_map(char *name, int *y = 2, int *x = 2);
*/
extern bool alloc_room(int by0, int bx0, int ysize, int xsize, int *y1 = 0, int *x1 = 0, int *y2 = 0, int *x2 = 0);
-/** @var option_ingame_help
- * @brief Boolean
- * @note Ingame contextual help flag
- */
-extern bool option_ingame_help;
-
/* Misc stuff */
/** @fn input_box(cptr title, int max);
* @brief Create an input box and ask the user a question.\n