diff --git a/src/app/CASEClient.h b/src/app/CASEClient.h index 0c0ddaad65c333..e47f664a635805 100644 --- a/src/app/CASEClient.h +++ b/src/app/CASEClient.h @@ -26,9 +26,6 @@ namespace chip { class CASEClient; -typedef void (*OnCASEConnected)(void * context, CASEClient * client); -typedef void (*OnCASEConnectionFailure)(void * context, CASEClient * client, CHIP_ERROR error); - struct CASEClientInitParams { SessionManager * sessionManager = nullptr;