Skip to content

Commit

Permalink
CASEClient: Remove unused defines (#17726)
Browse files Browse the repository at this point in the history
  • Loading branch information
kghost authored and pull[bot] committed Aug 28, 2023
1 parent bbf5ded commit fbdfb5a
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 fbdfb5a

Please sign in to comment.