diff options
Diffstat (limited to 'src/cadet/cadet_api_new.c')
-rw-r--r-- | src/cadet/cadet_api_new.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cadet/cadet_api_new.c b/src/cadet/cadet_api_new.c index 2d5d853b37..c9f2a11bb1 100644 --- a/src/cadet/cadet_api_new.c +++ b/src/cadet/cadet_api_new.c @@ -207,11 +207,6 @@ struct GNUNET_CADET_Port struct GNUNET_CADET_Handle *cadet; /** - * Callback handler for incoming channels on this port. - */ - GNUNET_CADET_InboundChannelNotificationHandler *handler; - - /** * Closure for @a handler. */ void *cls; |