# HG changeset patch # User Richard Laager # Date 1134075805 0 # Node ID 7d41c624557fce394a878f5659ae9584909114a6 # Parent 68880c90a65212cad6f1fe0404010594a5df2de0 [gaim-migrate @ 14722] #if 0 aim_icq_sendxmlreq() and aim_icq_sendsms(), which are not used anywhere. committer: Tailor Script diff -r 68880c90a652 -r 7d41c624557f src/protocols/oscar/icq.c --- a/src/protocols/oscar/icq.c Thu Dec 08 21:02:53 2005 +0000 +++ b/src/protocols/oscar/icq.c Thu Dec 08 21:03:25 2005 +0000 @@ -336,6 +336,7 @@ return 0; } +#if 0 faim_export int aim_icq_sendxmlreq(aim_session_t *sess, const char *xml) { aim_conn_t *conn; @@ -373,7 +374,9 @@ return 0; } +#endif +#if 0 /* * Send an SMS message. This is the non-US way. The US-way is to IM * their cell phone number (+19195551234). @@ -466,6 +469,7 @@ return 0; } +#endif static void aim_icq_freeinfo(struct aim_icq_info *info) { int i;