From b88f0fa61e9c0ec19dcbc4803033bd2a6e27d248 Mon Sep 17 00:00:00 2001 From: Zang MingJie Date: Tue, 26 Apr 2022 12:39:35 +0800 Subject: [PATCH] CASEClient: Remove unused defines --- src/app/CASEClient.h | 3 --- 1 file changed, 3 deletions(-) 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;