From 900355a291cd2c2452e909407a57d3e81d7ad85e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 21 Mar 2025 12:51:05 -0400 Subject: Stopped using apclient get_item_name --- src/ap_state.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ap_state.h') diff --git a/src/ap_state.h b/src/ap_state.h index 8641000..54e1187 100644 --- a/src/ap_state.h +++ b/src/ap_state.h @@ -63,11 +63,6 @@ bool AP_HasItem(int item_id, int quantity = 1); bool AP_HasItemSafe(int item_id, int quantity = 1); -// This doesn't lock the client mutex because it is ONLY to be called from -// RecalculateReachability, which is only called from within a client callback -// anyway. -std::string AP_GetItemName(int item_id); - DoorShuffleMode AP_GetDoorShuffleMode(); bool AP_AreDoorsGrouped(); -- cgit 1.4.1