libpurple/protocols/msn/command.h

changeset 31240
db0cb3d72bc9
parent 31235
d347d296b0e6
child 34304
faf0414a8b51
--- 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.

mercurial