Mercurial > pidgin
changeset 28074:af9b9196d68d
Remove a function declaration for a function that doesn't exist
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 23 Aug 2009 00:00:57 +0000 |
parents | fd2dd4039cb4 |
children | 208f4d20ac5d |
files | libpurple/protocols/msn/cmdproc.h |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/cmdproc.h Sat Aug 22 23:42:31 2009 +0000 +++ b/libpurple/protocols/msn/cmdproc.h Sun Aug 23 00:00:57 2009 +0000 @@ -71,6 +71,4 @@ void msn_cmdproc_process_payload(MsnCmdProc *cmdproc, char *payload, int payload_len); -void msn_cmdproc_disconnect(MsnCmdProc *cmdproc); - #endif /* _MSN_CMDPROC_H_ */