summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_sign.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_sign.hpp')
-rw-r--r--src/ai/api/ai_sign.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ai/api/ai_sign.hpp b/src/ai/api/ai_sign.hpp
index e7e20dc46..9c6347d99 100644
--- a/src/ai/api/ai_sign.hpp
+++ b/src/ai/api/ai_sign.hpp
@@ -29,14 +29,6 @@ public:
};
/**
- * Gets the maximum sign index; there are no valid signs with a higher index.
- * @deprecated This function is deprecated and might be removed in future versions of the API. Use AISignList() instead.
- * @return The maximum sign index.
- * @post Return value is always non-negative.
- */
- static SignID GetMaxSignID();
-
- /**
* Checks whether the given sign index is valid.
* @param sign_id The index to check.
* @return True if and only if the sign is valid.