--- a/libpurple/protocols/msn/command.h Wed Dec 15 22:21:07 2010 +0000 +++ b/libpurple/protocols/msn/command.h Wed Dec 15 23:10:13 2010 +0000 @@ -64,14 +64,6 @@ MsnCommand *msn_command_from_string(const char *string); /** - * Destroy a MsnCommand object if its ref count is zero, otherwise - * just unref it. - * - * @param cmd The MsnCommand to be destroyed. - */ -void msn_command_destroy(MsnCommand *cmd); - -/** * Increment the ref count. * * @param cmd The MsnCommand to be ref.