diff --git a/src/app/server/Dnssd.cpp b/src/app/server/Dnssd.cpp index e91ef563007cfb..ce3a94ef790336 100644 --- a/src/app/server/Dnssd.cpp +++ b/src/app/server/Dnssd.cpp @@ -48,9 +48,6 @@ void OnPlatformEvent(const DeviceLayer::ChipDeviceEvent * event) { case DeviceLayer::DeviceEventType::kDnssdInitialized: case DeviceLayer::DeviceEventType::kDnssdRestartNeeded: -#if CHIP_CONFIG_ENABLE_ICD_SERVER - case DeviceLayer::DeviceEventType::kICDPollingIntervalChange: -#endif app::DnssdServer::Instance().StartServer(); break; default: diff --git a/src/include/platform/CHIPDeviceEvent.h b/src/include/platform/CHIPDeviceEvent.h index 28e5c22400c0a7..a7656fd6cba7fc 100644 --- a/src/include/platform/CHIPDeviceEvent.h +++ b/src/include/platform/CHIPDeviceEvent.h @@ -147,13 +147,6 @@ enum PublicEventTypes */ kTimeSyncChange, - /** - * SED Interval Change - * - * Signals a change to the sleepy end device interval. - */ - kICDPollingIntervalChange, - /** * CHIPoBLE Connection Established * @@ -524,16 +517,6 @@ struct ChipDeviceEvent final bool updateNocCommandHasBeenInvoked; } FailSafeTimerExpired; - struct - { - bool armed; - } FailSafeState; - - struct - { - bool open; - } CommissioningWindowStatus; - struct { // TODO(cecille): This should just specify wifi or thread since we assume at most 1.