(svn r15484) -Change [API CHANGE]: Remove AICompany::GetCompanyName and SetCompanyName. They've been replaced with GetName and SetName.

This commit is contained in:
yexo
2009-02-14 21:06:58 +00:00
parent 7fdde2fec0
commit 58359b8d6e
3 changed files with 0 additions and 24 deletions

View File

@@ -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.