diff --git a/connections/medium_selector.h b/connections/medium_selector.h index dede1b8d..3d66458a 100644 --- a/connections/medium_selector.h +++ b/connections/medium_selector.h @@ -31,9 +31,6 @@ struct MediumSelector { T wifi_lan; T wifi_hotspot; - constexpr MediumSelector() = default; - constexpr MediumSelector(const MediumSelector&) = default; - constexpr MediumSelector& operator=(const MediumSelector&) = default; constexpr bool Any(T value) const { return bluetooth == value || ble == value || web_rtc == value || wifi_lan == value || wifi_hotspot == value;