diff --git a/d2x-rebirth/main/ai.c b/d2x-rebirth/main/ai.c index f850bfa5e..e9d6c95b8 100644 --- a/d2x-rebirth/main/ai.c +++ b/d2x-rebirth/main/ai.c @@ -1440,14 +1440,6 @@ void force_dump_ai_objects_all(const char *msg) } // ---------------------------------------------------------------------------------- -void turn_off_ai_dump(void) -{ - if (Ai_dump_file != NULL) - fclose(Ai_dump_file); - - Ai_dump_file = NULL; -} - #endif extern void do_boss_dying_frame(object *objp);