changeset 12415:7d41c624557f

[gaim-migrate @ 14722] #if 0 aim_icq_sendxmlreq() and aim_icq_sendsms(), which are not used anywhere. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 21:03:25 +0000
parents 68880c90a652
children 4aafa0c63898
files src/protocols/oscar/icq.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;