From 06562e5fa771dab275a9cab4914cd64d961a52bc Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 13 Jan 2023 15:27:53 +0000 Subject: [PATCH] Remove configure-time setting of DEFAULT_NATPMP Default to false. --- src/mapport.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mapport.h b/src/mapport.h index 279d65167f..38367aa1cf 100644 --- a/src/mapport.h +++ b/src/mapport.h @@ -11,11 +11,7 @@ static constexpr bool DEFAULT_UPNP = USE_UPNP; static constexpr bool DEFAULT_UPNP = false; #endif // USE_UPNP -#ifdef USE_NATPMP -static constexpr bool DEFAULT_NATPMP = USE_NATPMP; -#else static constexpr bool DEFAULT_NATPMP = false; -#endif // USE_NATPMP enum MapPortProtoFlag : unsigned int { NONE = 0x00,