summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_company.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_company.hpp')
-rw-r--r--src/ai/api/ai_company.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ai/api/ai_company.hpp b/src/ai/api/ai_company.hpp
index b08415dd7..18b0bc0d8 100644
--- a/src/ai/api/ai_company.hpp
+++ b/src/ai/api/ai_company.hpp
@@ -44,11 +44,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.
* @pre 'name' must have at least one character.
@@ -59,11 +54,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.
* @pre ResolveCompanyID(company) != COMPANY_INVALID