diff options
Diffstat (limited to 'src/player_func.h')
-rw-r--r-- | src/player_func.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/player_func.h b/src/player_func.h index 7c0e9de19..cc55f4661 100644 --- a/src/player_func.h +++ b/src/player_func.h @@ -27,11 +27,6 @@ static inline bool IsLocalPlayer() return _local_player == _current_player; } -static inline bool IsValidPlayerID(PlayerID pi) -{ - return IsInsideBS(pi, PLAYER_FIRST, MAX_PLAYERS); -} - static inline bool IsInteractivePlayer(PlayerID pi) { return pi == _local_player; |