From 44465e6fdbeab3b90b0bef9d33adac3514b48ffc Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 5 Oct 2016 18:45:08 +0200 Subject: Remove unused max_bact --- src/variable.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/variable.cc') diff --git a/src/variable.cc b/src/variable.cc index 4f967ca7..3813614e 100644 --- a/src/variable.cc +++ b/src/variable.cc @@ -889,11 +889,6 @@ skill_modifiers *gen_skill; cli_comm *cli_info; int cli_total = 0; -/* - * max_bact, only used so that lua scripts can add new bacts without worrying about the numbers - */ -int max_bact = 127; - /* * Automatizer enabled status */ -- cgit v1.2.3