diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h index f3e191fcc5..e019b41111 100644 --- a/include/asterisk/channel.h +++ b/include/asterisk/channel.h @@ -4040,8 +4040,6 @@ struct ast_channel_monitor { }; /* ACCESSOR FUNCTIONS */ -/*! \brief Set the channel name */ -void ast_channel_name_set(struct ast_channel *chan, const char *name); #define DECLARE_STRINGFIELD_SETTERS_FOR(field) \ void ast_channel_##field##_set(struct ast_channel *chan, const char *field); \