comparison src/protocols/oscar/icq.c @ 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 7d31d61e6438
children e739ace2688b
comparison
equal deleted inserted replaced
12414:68880c90a652 12415:7d41c624557f
334 aim_tx_enqueue(sess, fr); 334 aim_tx_enqueue(sess, fr);
335 335
336 return 0; 336 return 0;
337 } 337 }
338 338
339 #if 0
339 faim_export int aim_icq_sendxmlreq(aim_session_t *sess, const char *xml) 340 faim_export int aim_icq_sendxmlreq(aim_session_t *sess, const char *xml)
340 { 341 {
341 aim_conn_t *conn; 342 aim_conn_t *conn;
342 aim_frame_t *fr; 343 aim_frame_t *fr;
343 aim_snacid_t snacid; 344 aim_snacid_t snacid;
371 372
372 aim_tx_enqueue(sess, fr); 373 aim_tx_enqueue(sess, fr);
373 374
374 return 0; 375 return 0;
375 } 376 }
376 377 #endif
378
379 #if 0
377 /* 380 /*
378 * Send an SMS message. This is the non-US way. The US-way is to IM 381 * Send an SMS message. This is the non-US way. The US-way is to IM
379 * their cell phone number (+19195551234). 382 * their cell phone number (+19195551234).
380 * 383 *
381 * We basically construct and send an XML message. The format is: 384 * We basically construct and send an XML message. The format is:
464 467
465 free(xml); 468 free(xml);
466 469
467 return 0; 470 return 0;
468 } 471 }
472 #endif
469 473
470 static void aim_icq_freeinfo(struct aim_icq_info *info) { 474 static void aim_icq_freeinfo(struct aim_icq_info *info) {
471 int i; 475 int i;
472 476
473 if (!info) 477 if (!info)