summaryrefslogtreecommitdiff
path: root/libpurple/protocols/msn/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpurple/protocols/msn/command.h')
-rw-r--r--libpurple/protocols/msn/command.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libpurple/protocols/msn/command.h b/libpurple/protocols/msn/command.h
index 78c4a25fcc..481a807883 100644
--- a/libpurple/protocols/msn/command.h
+++ b/libpurple/protocols/msn/command.h
@@ -64,14 +64,6 @@ struct _MsnCommand
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.