--- a/libpurple/cmds.h Tue Aug 03 23:51:44 2021 -0500 +++ b/libpurple/cmds.h Wed Aug 04 04:40:54 2021 -0500 @@ -80,8 +80,6 @@ PURPLE_CMD_RET_CONTINUE } PurpleCmdRet; -#define PURPLE_CMD_FUNC(func) ((PurpleCmdFunc)func) - /** * PurpleCmdFunc: * @conversation: The #PurpleConversation where the command is being run.