diff options
Diffstat (limited to 'src/variable.cc')
-rw-r--r-- | src/variable.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/variable.cc b/src/variable.cc index 4f967ca7..3813614e 100644 --- a/src/variable.cc +++ b/src/variable.cc @@ -890,11 +890,6 @@ 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 */ bool_ automatizer_enabled = FALSE; |