From dbc4a8b331ed1bb37f234cfaafb8ff23588730bb Mon Sep 17 00:00:00 2001 From: smatz Date: Sat, 24 Jan 2009 15:31:48 +0000 Subject: (svn r15257) -Cleanup: remove Company::is_noai, it is not needed anymore --- src/company_base.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/company_base.h') diff --git a/src/company_base.h b/src/company_base.h index 9f2c3c61a..719141a07 100644 --- a/src/company_base.h +++ b/src/company_base.h @@ -70,7 +70,6 @@ struct Company : PoolItem { Money bankrupt_value; bool is_ai; - bool is_noai; ///< This is a NoAI player (for loading old savegames properly) class AIInstance *ai_instance; class AIInfo *ai_info; -- cgit v1.2.3-54-g00ecf