(svn r15563) -Change [API CHANGE]: Remove AIIndustry::GetMaxIndustryID().

This commit is contained in:
yexo
2009-02-23 21:07:01 +00:00
parent 1884ba20bc
commit 932b1c24b2
3 changed files with 2 additions and 16 deletions

View File

@@ -11,11 +11,6 @@
#include "../../station_map.h"
#include "table/strings.h"
/* static */ IndustryID AIIndustry::GetMaxIndustryID()
{
return ::GetMaxIndustryIndex();
}
/* static */ int32 AIIndustry::GetIndustryCount()
{
return ::GetNumIndustries();