Skip to content

Commit

Permalink
CASEClient: Remove unused defines
Browse files Browse the repository at this point in the history
  • Loading branch information
kghost committed Apr 26, 2022
1 parent 3a7f03a commit b88f0fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/CASEClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b88f0fa

Please sign in to comment.