diff options
Diffstat (limited to 'src/mapport.h')
-rw-r--r-- | src/mapport.h | 4 |
1 files changed, 0 insertions, 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, |