summaryrefslogtreecommitdiff
path: root/src/cave.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cave.c')
-rw-r--r--src/cave.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/cave.c b/src/cave.c
index 9f26196a..2a02f017 100644
--- a/src/cave.c
+++ b/src/cave.c
@@ -4899,15 +4899,10 @@ void object_track(object_type *o_ptr)
*
* The first arg indicates a major disturbance, which affects search.
*
- * The second arg is currently unused, but could induce output flush.
- *
* All disturbance cancels repeated commands, resting, and running.
*/
-void disturb(int stop_search, int unused_flag)
+void disturb(int stop_search)
{
- /* Unused */
- unused_flag = unused_flag;
-
/* Cancel auto-commands */
/* command_new = 0; */