From 2a54ef2148680eb014076c7a5fbdf9f57f0e27d6 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 7 Mar 2015 16:55:41 +0100 Subject: Remove unused "rand_birth" global variable --- 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 b6e58cbd..f66362b2 100644 --- a/src/variable.cc +++ b/src/variable.cc @@ -1050,11 +1050,6 @@ bool_ *m_allow_special; bool_ *k_allow_special; bool_ *a_allow_special; -/* - * Gives a random object to newly created characters - */ -bool_ rand_birth; - /* * Which monsters are allowed ? */ -- cgit v1.2.3