summaryrefslogtreecommitdiff
path: root/src/util.pkg
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.pkg')
-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