(svn r15484) -Change [API CHANGE]: Remove AICompany::GetCompanyName and SetCompanyName. They've been replaced with GetName and SetName.
This commit is contained in:
@@ -43,11 +43,6 @@ public:
|
||||
*/
|
||||
static bool IsMine(CompanyID company);
|
||||
|
||||
/**
|
||||
* Obsolete, use AICompany::SetName instead.
|
||||
*/
|
||||
static bool SetCompanyName(const char *name);
|
||||
|
||||
/**
|
||||
* Set the name of your company.
|
||||
* @param name The new name of the company.
|
||||
@@ -58,11 +53,6 @@ public:
|
||||
*/
|
||||
static bool SetName(const char *name);
|
||||
|
||||
/**
|
||||
* Obsolete, use AICompany::GetName instead.
|
||||
*/
|
||||
static char *GetCompanyName(CompanyID company);
|
||||
|
||||
/**
|
||||
* Get the name of the given company.
|
||||
* @param company The company to get the name for.
|
||||
|
||||
Reference in New Issue
Block a user