diff options
Diffstat (limited to 'src/ap_state.h')
-rw-r--r-- | src/ap_state.h | 5 |
1 files changed, 0 insertions, 5 deletions
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); | |||
63 | 63 | ||
64 | bool AP_HasItemSafe(int item_id, int quantity = 1); | 64 | bool AP_HasItemSafe(int item_id, int quantity = 1); |
65 | 65 | ||
66 | // This doesn't lock the client mutex because it is ONLY to be called from | ||
67 | // RecalculateReachability, which is only called from within a client callback | ||
68 | // anyway. | ||
69 | std::string AP_GetItemName(int item_id); | ||
70 | |||
71 | DoorShuffleMode AP_GetDoorShuffleMode(); | 66 | DoorShuffleMode AP_GetDoorShuffleMode(); |
72 | 67 | ||
73 | bool AP_AreDoorsGrouped(); | 68 | bool AP_AreDoorsGrouped(); |